Skip to content

Commit

Permalink
ci: tweak documentation installation directory
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Mar 13, 2024
1 parent df6ebcb commit e80791f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aravis-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/docs/reference/aravis/aravis-0.10
destination_dir: aravis-0.10
destination_dir: aravis-main
- name: Stable Documentation
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/aravis-0-8' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/docs/reference/aravis/aravis-0.8
destination_dir: aravis-0.8
destination_dir: aravis-stable

0 comments on commit e80791f

Please sign in to comment.