Skip to content

Commit

Permalink
Generated website is no longer jekyll, it is plain html (#286)
Browse files Browse the repository at this point in the history
This should fix not being able to access dotfiles
  • Loading branch information
ByteHamster authored Nov 14, 2023
1 parent 5cb6bb6 commit 791417e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- run: gem install bundler jekyll --no-document
- run: bundle install
- run: bundle exec jekyll build
- run: touch _site/.nojekyll
- uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 791417e

Please sign in to comment.