Skip to content

Commit

Permalink
Adjust documentation build for 0.1.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Jul 5, 2024
1 parent 82e983a commit 8db4450
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Python package

on:
push:
branches: [ "main", "triqs" ]
branches: [ "main", "0.1.x" ]
pull_request:
branches: [ "main", "triqs" ]
branches: [ "main", "0.1.x" ]

jobs:
build:
Expand Down Expand Up @@ -44,9 +44,9 @@ jobs:
make html
- name: Deploy documentation to website
if: matrix.python-version == '3.12' && github.ref == 'refs/heads/main'
if: matrix.python-version == '3.12' && github.ref == 'refs/heads/0.1.x'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: doc/_build/html
branch: github.io
target-folder: docs/main
target-folder: docs/0.1.x

0 comments on commit 8db4450

Please sign in to comment.