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

View file

@ -17,7 +17,7 @@ jobs:
build:
runs-on: docker
steps:
- run: apt-get update && apt-get install python3-pip tree -y
- run: apt-get update && apt-get install python3-pip -y
- uses: https://code.forgejo.org/actions/checkout@v4
with:
fetch-depth: 0
@ -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/{.[!.],}* .