Skip to content

Commit

Permalink
io
Browse files Browse the repository at this point in the history
  • Loading branch information
t-lohse committed Jul 9, 2024
1 parent fe509b0 commit cafcac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
find src -name '*.tex' -exec pdflatex {} \;
mv *.pdf .build
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
id: deployment
uses: actions/deploy-pages@v4
#- name: Commit report
# run: |
# git config --global user.name 'Thomas Lohse'
Expand Down

0 comments on commit cafcac0

Please sign in to comment.