diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7d47cb0..c2cc69e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,6 +26,7 @@ jobs: API_TOKEN: ${{ secrets.API_TOKEN }} run: | cd site + touch .nojekyll git init git add . git -c user.name=$GH_NAME -c user.email=$GH_EMAIL commit -m "Auto Deployment"