Skip to content

Commit

Permalink
Create .nojekyll file
Browse files Browse the repository at this point in the history
  • Loading branch information
zerok committed May 15, 2024
1 parent 2771821 commit 66da6bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:
run: |
pnpm install
pnpm build
touch ./docs/public/.nojekyll
if [ -d ./docs/public ]; then
touch ./docs/public/.nojekyll
fi
if [ -d ./docs/dist ]; then
touch ./docs/dist/.nojekyll
fi
- name: Deploy main
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 66da6bd

Please sign in to comment.