mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-01-18 16:17:26 +01:00
Testing docs workflow (3)
This commit is contained in:
6
.github/workflows/docs.yaml
vendored
6
.github/workflows/docs.yaml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user