1

root fixes all problems ;)

This commit is contained in:
Evan Pratten 2022-11-25 10:21:16 -05:00
parent 6ee1845bc2
commit d63ff7484e

@ -19,7 +19,7 @@ jobs:
CONFIG_FILE: "config.toml"
- name: Disable Jekyll
run: touch ./public/.nojekyll
run: sudo touch ./public/.nojekyll
- name: Deploy to GitHub Pages
if: success()