From 62072e5a8bb71ef4b7ce2c969f1bdc2324829b62 Mon Sep 17 00:00:00 2001 From: Eugene Date: Sat, 14 Sep 2019 19:33:38 -0400 Subject: [PATCH] Tweak workflow, fix README icon --- .github/workflows/deploy.yml | 5 +++-- README.md | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) 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.