From db7c1e126ed05e2d6333645022742f0f89a3e8f0 Mon Sep 17 00:00:00 2001 From: Nuno do Carmo Date: Fri, 15 Nov 2024 13:34:05 +0100 Subject: [PATCH] Swap remote for local playbook Swapped the build phase to use the local playbook. This is a main difference from the Product docs as the site is built from the same repo, instead of a remote one. Signed-off-by: Nuno do Carmo --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ef86abf9..58d11919 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: - name: Install Antora with the Antora Lunr Extension run: make environment - name: Generate Site - run: make remote + run: make local - name: Upload Artifacts uses: actions/upload-pages-artifact@v2 with: