Skip to content

Commit

Permalink
Swap remote for local playbook
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
nunix committed Nov 15, 2024
1 parent 0be2186 commit db7c1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit db7c1e1

Please sign in to comment.