From 069617eba0f67425c1312622502da0009310dfdd Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sun, 13 Nov 2022 21:05:03 -0500 Subject: [PATCH] Testing docs workflow (2) --- .github/workflows/docs.yaml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 2a744a3..238b99d 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -7,28 +7,22 @@ jobs: - name: Checkout ntfy code uses: actions/checkout@v3 - with: - path: ntfy - name: Checkout docs pages code uses: actions/checkout@v3 with: repository: binwiederhier/ntfy-docs.github.io - path: ntfy-docs.github.io + path: build/ntfy-docs.github.io - name: Build docs - run: | - pwd - ls - cd ntfy - make docs - rsync -av --delete docs/ ../ntfy-docs.github.io/docs/ + run: make docs + - + name: Copy generated docs + run: rsync -av --delete docs/ build/ntfy-docs.github.io/docs/ - name: Publish docs run: | - pwd - ls - cd ntfy-docs.github.io + cd build/ntfy-docs.github.io git config user.name "GitHub Actions Bot" git config user.email "<>" git add docs/