Add ref to cookiecutter workflow
This commit is contained in:
parent
7f34d01626
commit
faff823268
2 changed files with 1 additions and 13 deletions
12
doc/TODO.md
12
doc/TODO.md
|
@ -1,12 +0,0 @@
|
|||
## Before release
|
||||
|
||||
- [ ] Remove `docgen-2-1.20` from the workflow branch settings
|
||||
- [ ] Remove `.dev` from the hexdoc version in `cookiecutter.json`
|
||||
- [ ] Re-add edified wood recipe to [Common/src/main/resources/assets/hexcasting/patchouli_books/thehexbook/en_us/entries/items/edified.json](items/edified) when it actually exists
|
||||
|
||||
## Backlog
|
||||
|
||||
- [ ] Remove base_asset_urls
|
||||
- [ ] Publish the CI actions/workflow
|
||||
- [ ] Unit test for mock addon book
|
||||
- [ ] Fix mobile styling for navbar dropdowns (or find a nice web developer to do it for me :) )
|
|
@ -43,7 +43,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
hexdoc:
|
||||
uses: object-Object/HexMod/.github/workflows/hexdoc.yml
|
||||
uses: object-Object/HexMod/.github/workflows/hexdoc.yml@hexdoc-v1
|
||||
permissions:
|
||||
contents: write
|
||||
pages: read
|
||||
|
|
Loading…
Reference in a new issue