Skip to content

Commit 7a722f1

Browse files
committed
Correct placement
1 parent 2561ec1 commit 7a722f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Run build in Docker
1717
run: |
18-
docker run --rm -v ${PWD}:/antora antora/antora -e CI=true antora-playbook.yml
18+
docker run --rm -v ${PWD}:/antora -e CI=true antora/antora antora-playbook.yml
1919
2020
- name: Deploy to Github pages
2121
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4

0 commit comments

Comments
 (0)