Skip to content

Commit

Permalink
Fix missing calls
Browse files Browse the repository at this point in the history
  • Loading branch information
njansson committed Nov 7, 2024
1 parent 5eefda1 commit 20b5790
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Documentation
on:
# push:
# branches: [ master ]
workflow_call:
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,8 +36,8 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/html/
allow_empty_commit: false
force_orphan: true
keep_files: false
force_orphan: false
publish_branch: gh-pages
destination_dir: docs/release
keep_files: true
enable_jekyll: true

0 comments on commit 20b5790

Please sign in to comment.