Skip to content

Commit

Permalink
re-enable publishing actions in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Feb 13, 2024
1 parent bb90f71 commit 7d68410
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
# must set ANTORA_CACHE_DIR so Maven will put jetty home where Antora Collector won't delete it
ANTORA_CACHE_DIR: ${{ github.workspace }}/.cache/antora
run: npx -y --package antora --package @antora/collector-extension --package @antora/lunr-extension --package asciidoctor-kroki antora --stacktrace --extension @antora/collector-extension --extension @antora/lunr-extension --html-url-extension-style=indexify antora-playbook.yml
#- name: Upload Artifact
# uses: actions/upload-pages-artifact@v3
#- name: Deploy Artifact to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
- name: Deploy Artifact to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 7d68410

Please sign in to comment.