Skip to content

Commit

Permalink
doc: publish stable and developement documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Mar 13, 2024
1 parent 3607b5f commit df6ebcb
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/aravis-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Aravis-Linux

on:
push:
branches: [ main ]
branches: [ main, aravis-0-8 ]
pull_request:
branches: [ main ]
release:
Expand Down Expand Up @@ -35,10 +35,17 @@ jobs:
with:
name: Linux_Meson_Testlog
path: build/meson-logs/testlog*.txt
- name: Documentation
- name: Development Documentation
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/docs/reference/aravis/aravis-0.10
destination_dir: aravis-0.10
- 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

0 comments on commit df6ebcb

Please sign in to comment.