Skip to content

Commit

Permalink
Change and push the gh-pages branch when rebuilding the spec.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Licquia <[email protected]>
  • Loading branch information
Jeff Licquia authored and goneall committed Feb 27, 2024
1 parent 908a848 commit 3fa4b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
run: git config user.name ci-bot; git config user.email [email protected]
working-directory: spdx-spec
- name: Build docs
run: mike deploy v3.0 v3-draft
run: mike deploy v3.0 v3-draft -b gh-pages -p
working-directory: spdx-spec

0 comments on commit 3fa4b21

Please sign in to comment.