Skip to content

Commit

Permalink
ci: fix working directory for antora docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
esynr3z committed May 25, 2024
1 parent f162195 commit d92e21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: antora/antora:2.3.1
options: -u $(id -u) -v $PWD:/antora:Z --rm -t
options: -u $(id -u) -v ${{ github.workspace }}:/antora:Z --rm -t
run: antora antora-playbook.yml --cache-dir=/tmp/.antora-cache

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit d92e21a

Please sign in to comment.