Tweak workflow, fix README icon

This commit is contained in:
Eugene 2019-09-14 19:33:38 -04:00
parent 008883b908
commit 62072e5a8b
No known key found for this signature in database
GPG Key ID: E1FD745328866B0A
2 changed files with 5 additions and 3 deletions

View File

@ -20,11 +20,12 @@ jobs:
npm install npm install
npm run build npm run build
- name: Add nojekyll
run: touch ./public/.nojekyll
- name: Deploy website - name: Deploy website
uses: peaceiris/actions-gh-pages@v2.3.0 uses: peaceiris/actions-gh-pages@v2.3.0
env: env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./public PUBLISH_DIR: ./public
with:
emptyCommits: false

View File

@ -1,4 +1,4 @@
<h1 align="center"><img src="./assets/media/tachiyomi.png">Tachiyomi Website</h1> <h1 align="center"><img src="./src/assets/media/tachiyomi.png">Tachiyomi Website</h1>
<p align="center"> <p align="center">
<a href="https://discord.gg/tachiyomi"> <a href="https://discord.gg/tachiyomi">
<img src="https://img.shields.io/discord/349436576037732353.svg?label=Discord&labelColor=7289da&color=2c2f33&style=flat" alt="Discord"> <img src="https://img.shields.io/discord/349436576037732353.svg?label=Discord&labelColor=7289da&color=2c2f33&style=flat" alt="Discord">
@ -6,6 +6,7 @@
</p> </p>
## Contributing ## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. 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. Please make sure to update tests as appropriate.