Skip to content

Commit

Permalink
DOCS: Build docs from release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons authored Oct 16, 2023
1 parent 990ebd9 commit e98ebc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pages
on:
push:
branches:
- main
- release
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -29,4 +29,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
branch: gh-pages

0 comments on commit e98ebc5

Please sign in to comment.