Skip to content

Commit

Permalink
Merge branch 'main' of github.com:qgis-ch/qgis-ch-website
Browse files Browse the repository at this point in the history
  • Loading branch information
webrian committed Oct 14, 2023
2 parents 64e326a + 47a7f6e commit 8b34751
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-pages-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3

- name: Setup Python environment
uses: actions/setup-python@v4
with:
python-version: '3.12'

- name: Install Python packages
run: |
python -m pip install --upgrade pip
pip install jinja2
- name: Write courses pages
run: |
cd ./scripts/; ./write-courses.py
- name: Build website with Jekyll
uses: jerryjvl/jekyll-build-action@v1

Expand Down

0 comments on commit 8b34751

Please sign in to comment.