Skip to content

Commit 791417e

Browse files
authored
Generated website is no longer jekyll, it is plain html (#286)
This should fix not being able to access dotfiles
1 parent 5cb6bb6 commit 791417e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- run: gem install bundler jekyll --no-document
2020
- run: bundle install
2121
- run: bundle exec jekyll build
22+
- run: touch _site/.nojekyll
2223
- uses: JamesIves/github-pages-deploy-action@v4
2324
with:
2425
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)