Skip to content

Commit

Permalink
πŸ’š Re-enable PDF Generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouchut committed Nov 12, 2024
1 parent 6c9888d commit c43b0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: playwright install --with-deps chromium

- name: Build Website
run: mkdocs build
run: MKDOCS_EXPORTER_PDF=true mkdocs build

- name: Push Website to gh-pages Branch
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit c43b0f8

Please sign in to comment.