Configure output artifact and remove unnecessary dependency #2

Merged
lordwektabyte merged 2 commits from develop into main 2023-12-31 17:35:36 +01:00
Showing only changes of commit c2afa04fbb - Show all commits

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/{.[!.],}* .