Skip to content

Commit

Permalink
Update docs workflow.
Browse files Browse the repository at this point in the history
Build the docs based on the `master` branch instead of the `docs`
branch.
  • Loading branch information
ioannis-vm committed Nov 21, 2024
1 parent 1cade20 commit cc74bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and deploy documentation
on:
push:
branches:
- docs
- master
jobs:
build-docs:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit cc74bfd

Please sign in to comment.