Skip to content

Commit

Permalink
fix: update workflow to avoid permission errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Silva97 committed Jan 12, 2025
1 parent 5532000 commit b3e3055
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,11 @@ jobs:
- name: Setup GitHub Pages
uses: actions/configure-pages@v5

- name: Render PDF
run: make docker ARGS=pdf

- name: Render HTML
run: make docker ARGS=html

- name: Move PDF to output directory
run: mv *.pdf output/
- name: Render PDF
run: make docker ARGS="OUTPUT_PDF=output/mya-specification.pdf pdf"

- name: Upload HTML output content
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit b3e3055

Please sign in to comment.