Testing docs workflow (5)

This commit is contained in:
Philipp Heckel 2022-11-13 21:23:25 -05:00
parent 18d36e1b30
commit b92b5b37fb
1 changed files with 3 additions and 9 deletions

View File

@ -13,19 +13,13 @@ jobs:
with:
repository: binwiederhier/ntfy-docs.github.io
path: build/ntfy-docs.github.io
token: ${{secrets.NTFY_DOCS_PUBLISH_TOKEN}}
-
name: Build docs
run: |
make docs
ls server/docs/
run: make docs
-
name: Copy generated docs
run: |
echo "New docs:"
ls -1 server/docs/
echo "Existing docs:"
ls -1 build/ntfy-docs.github.io/docs/
rsync -av --delete server/docs/ build/ntfy-docs.github.io/docs/
run: rsync -av --exclude CNAME --delete server/docs/ build/ntfy-docs.github.io/docs/
-
name: Publish docs
run: |