Skip to content

Commit

Permalink
switch from pdf to svg
Browse files Browse the repository at this point in the history
  • Loading branch information
knarrff committed Mar 11, 2024
1 parent e9ddd2a commit 5c2f36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/configure-pages@v4
- run: sudo apt-get install -y python3-matplotlib
- run: mkdir -p public
- run: ./plot_counter.py matrixcounter.json -o public/matrixcounter.pdf
- run: ./plot_counter.py matrixcounter.json -o public/matrixcounter.svg
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 5c2f36e

Please sign in to comment.