mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Tweak workflow, fix README icon
This commit is contained in:
parent
008883b908
commit
62072e5a8b
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user