Generate mkdocs build artifact
All checks were successful
/ build (push) Successful in 1m39s

This commit is contained in:
Guillem 2023-12-31 17:27:35 +01:00
parent b73be037e2
commit c2afa04fbb
Signed by: lordwektabyte
GPG key ID: 6F6C296B2D4475DF

View file

@ -34,6 +34,10 @@ jobs:
git restore mkdocs.yml
fi
- run: cp .domains public/.domains
- uses: actions/upload-artifact@v3
with:
name: mkdocs-publish
path: public
- run: git switch --orphan $PUBLISH_BRANCH
- run: git add public
- run: git mv public/{.[!.],}* .