add formatter, update readme, update site on change to the config #25

Merged
esy merged 17 commits from mkdocs-wiki into main 2024-08-26 19:43:36 +00:00
Showing only changes of commit c56da8a768 - Show all commits

View file

@ -8,6 +8,7 @@ on:
- flake.*
- src/**/*
- .forgejo/**/*
- mkdocs.yml
jobs:
# 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
with:
input: 'skynet_website_wiki'
token: ${{ secrets.API_TOKEN_FORGEJO }}
token: ${{ secrets.API_TOKEN_FORGEJO }}
esy marked this conversation as resolved Outdated

What changed here?

What changed here?
Outdated
Review

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

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