Skip to content

Commit

Permalink
Disable Jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Nov 7, 2024
1 parent a4b5030 commit 09aa161
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
run: |
jupyter-book build pf-recommended-practices
- name: Disable Jekyll
shell: bash
run: touch "pf-recommended-practices/_build/html/.nojekyll"

- name: Deploy
uses: s0/git-publish-subdir-action@develop
env:
Expand Down

0 comments on commit 09aa161

Please sign in to comment.