Skip to content

Commit

Permalink
Merge pull request #124 from SageMathOER-CCC/workflow
Browse files Browse the repository at this point in the history
Fix pdf workflow
  • Loading branch information
Zune-Ahmed authored Sep 9, 2024
2 parents ea99473 + d05be30 commit 2005256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pretext-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: pdf
path: output/print/main.pdf
path: output/print

deploy-ghpages:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: pdf
path: output/print/main.pdf
path: output/print

- name: Create or update pdf-update branch from main
run: git checkout -B pdf-update
Expand Down
Binary file removed output/print/main.pdf
Binary file not shown.

0 comments on commit 2005256

Please sign in to comment.