add formatter, update readme, update site on change to the config #25
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ on:
|
||||||
- flake.*
|
- flake.*
|
||||||
- src/**/*
|
- src/**/*
|
||||||
- .forgejo/**/*
|
- .forgejo/**/*
|
||||||
|
- mkdocs.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Build it locally, this helps caching for later
|
# Build it locally, this helps caching for later
|
||||||
|
@ -31,4 +32,4 @@ jobs:
|
||||||
- uses: https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet/deploy@v3
|
- uses: https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet/deploy@v3
|
||||||
with:
|
with:
|
||||||
input: 'skynet_website_wiki'
|
input: 'skynet_website_wiki'
|
||||||
token: ${{ secrets.API_TOKEN_FORGEJO }}
|
token: ${{ secrets.API_TOKEN_FORGEJO }}
|
||||||
esy marked this conversation as resolved
Outdated
|
Loading…
Reference in a new issue
What changed here?
New line got added to include the config to trigger the update at the top of the file, so this got moved down one line