diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 45c62cfd..6c6e36bb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,11 +20,12 @@ jobs: npm install npm run build + - name: Add nojekyll + run: touch ./public/.nojekyll + - name: Deploy website uses: peaceiris/actions-gh-pages@v2.3.0 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages PUBLISH_DIR: ./public - with: - emptyCommits: false diff --git a/README.md b/README.md index 7812fd1f..5e9546d5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Tachiyomi Website

+

Tachiyomi Website

Discord @@ -6,6 +6,7 @@

## Contributing + Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.