Skip to content

Commit

Permalink
fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Jan 8, 2024
1 parent fed3e2b commit fe385f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: documentation
on:
push:
branches:
- master
- main

jobs:
build_docs:
Expand All @@ -15,4 +15,4 @@ jobs:
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doxygen/html
publish_dir: ./doxygen/html

0 comments on commit fe385f7

Please sign in to comment.