Testing docs workflow (3)

This commit is contained in:
Philipp Heckel 2022-11-13 21:08:25 -05:00
parent 069617eba0
commit f4cb447f0a
1 changed files with 4 additions and 2 deletions

View File

@ -15,10 +15,12 @@ jobs:
path: build/ntfy-docs.github.io
-
name: Build docs
run: make docs
run: |
make docs
ls server/docs/
-
name: Copy generated docs
run: rsync -av --delete docs/ build/ntfy-docs.github.io/docs/
run: rsync -av --delete server/docs/ build/ntfy-docs.github.io/docs/
-
name: Publish docs
run: |