Skip to content

Commit

Permalink
[ghactions] Change doc build filter to 1.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Jul 2, 2024
1 parent cd3d29e commit 36e9ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ jobs:
key: ccache-${{ matrix.os }}-${{ matrix.cc }}-${{ github.run_id }}

- name: Deploy documentation
if: matrix.doc == 'ON' && github.ref == 'refs/heads/unstable'
if: matrix.doc == 'ON' && github.ref == 'refs/heads/1.3.x'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build/doc/html
branch: github.io
target-folder: docs/unstable
target-folder: docs/1.3.x

0 comments on commit 36e9ec2

Please sign in to comment.