Skip to content

Commit

Permalink
Merge pull request #89 from ebouchut/fix/ci_disable_pdf_generation
Browse files Browse the repository at this point in the history
πŸ’š Hot Fix CORS error in publish GH action workflow
  • Loading branch information
MikePlante1 authored Oct 29, 2024
2 parents b2fdbd6 + 7a502f5 commit 7d71a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
if: steps.playwright.outputs.cache-hit != 'true'
run: playwright install --with-deps chromium

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

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

0 comments on commit 7d71a62

Please sign in to comment.