Skip to content

Commit

Permalink
change if ref
Browse files Browse the repository at this point in the history
  • Loading branch information
landinjm committed Dec 16, 2024
1 parent f4a605a commit 62d687b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:

- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@v4
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/move_website_build'
with:
branch: gh-pages
folder: doc/doxygen/html
folder: doxygen/

0 comments on commit 62d687b

Please sign in to comment.