We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1b1ea commit 6242db9Copy full SHA for 6242db9
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install Antora
31
run: npm i antora
32
- name: Generate Site
33
- run: npx antora antora-playbook.yml
+ run: npx antora --fetch antora-playbook.yml
34
- name: Upload Artifacts
35
uses: actions/upload-pages-artifact@v2
36
with:
0 commit comments