Skip to content

Commit

Permalink
Fix mysgen to 0.4.3 for test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcth committed Jan 10, 2024
1 parent b72fed6 commit 6b2d131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
with:
python-version: "3.10"
- name: Install mysgen
run: pip install https://github.com/mgcth/mysgen/archive/master.zip
run: pip install mysgen==0.4.3
- name: Build site
run: python -m mysgen.mysgen && cp -r theme/css/ output/css/ && mv output _site

0 comments on commit 6b2d131

Please sign in to comment.