We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2561ec1 commit 7a722f1Copy full SHA for 7a722f1
.github/workflows/deploy-to-pages.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Run build in Docker
17
run: |
18
- docker run --rm -v ${PWD}:/antora antora/antora -e CI=true antora-playbook.yml
+ docker run --rm -v ${PWD}:/antora -e CI=true antora/antora antora-playbook.yml
19
20
- name: Deploy to Github pages
21
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
0 commit comments