Skip to content

Commit

Permalink
Docs: Add .nojekyll file to output (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerok authored May 15, 2024
1 parent 723c9bb commit 879ceb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
run: |
yarn install
yarn build
# Create .nojekyll file to allow for additional files to be published
# according to
# <https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/>
touch ./public/.nojekyll
- name: Deploy main
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 879ceb5

Please sign in to comment.