Skip to content

Commit

Permalink
enable indexify when publishing to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 8, 2023
1 parent 913bd97 commit f3e2690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: '18'
- name: Generate Site
run: npx -y antora antora-playbook.yml
run: npx -y antora --html-url-extension-style=indexify antora-playbook.yml
- name: Upload Artifact
uses: actions/upload-pages-artifact@v2
- name: Deploy Artifact to GitHub Pages
Expand Down

0 comments on commit f3e2690

Please sign in to comment.