Browse Source

add python version

develop
GilbN 3 years ago
parent
commit
939235a37d
  1. 2
      .github/workflows/minify-and-deploy.yml

2
.github/workflows/minify-and-deploy.yml

@ -35,6 +35,8 @@ jobs:
fi
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.3.0
with:
python-version: '3.10'
- name: Run themes.py
run: |
python themes.py

Loading…
Cancel
Save