Skip to content

Commit

Permalink
ci(deploy): fix nojekyll directory (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Jan 7, 2025
1 parent 4b5530e commit 17bd25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
run: |
7z x _site.zip -o.
rm _site.zip
touch gh-pages/.nojekyll
touch .nojekyll
- name: Deploy to gh-pages
uses: actions-js/[email protected]
Expand Down

0 comments on commit 17bd25c

Please sign in to comment.