Stop GitHub from trying to do jekyll builds
This commit is contained in:
parent
e0d6d06ae4
commit
6ee1845bc2
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -18,6 +18,9 @@ jobs:
|
||||
env:
|
||||
CONFIG_FILE: "config.toml"
|
||||
|
||||
- name: Disable Jekyll
|
||||
run: touch ./public/.nojekyll
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
if: success()
|
||||
uses: crazy-max/ghaction-github-pages@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user