Skip to content

Commit

Permalink
ci: fix antora generation
Browse files Browse the repository at this point in the history
  • Loading branch information
esynr3z committed May 25, 2024
1 parent 28446ad commit c599103
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 @@ -24,7 +24,7 @@ jobs:

- name: Build and run Antora
run: |
docker run -u $(id -u) -v $PWD:/antora:Z --rm -t antora/antora antora-playbook.yml
docker run -u $(id -u) -v $PWD:/antora:Z --rm -t antora/antora antora-playbook.yml --cache-dir=/tmp/.antora-cache
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit c599103

Please sign in to comment.