diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 92447c6..0dd54db 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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