ci: allow ourselves to write to the public docs directory
Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
parent
8b3f629198
commit
6052c0c8a2
4 changed files with 4 additions and 3 deletions
1
.github/workflows/documentation.yml
vendored
1
.github/workflows/documentation.yml
vendored
|
@ -81,6 +81,7 @@ jobs:
|
|||
bin/nix-build-and-cache just .#book
|
||||
|
||||
cp -r --dereference result public
|
||||
chmod u+w -R public
|
||||
|
||||
- name: Upload generated documentation (book) as normal artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue