1

Stop GitHub from trying to do jekyll builds

This commit is contained in:
Evan Pratten 2022-11-25 10:19:15 -05:00
parent e0d6d06ae4
commit 6ee1845bc2

View File

@ -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