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 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

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">
<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">
@ -6,6 +6,7 @@
</p>
## 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.