Skip to content

Commit

Permalink
Force sync of the gh-pages branch.
Browse files Browse the repository at this point in the history
This will avoid problems with generating the spec.

Signed-off-by: Jeff Licquia <jeff@licquia.org>
  • Loading branch information
Jeff Licquia committed Mar 3, 2024
1 parent bae081c commit 6171b39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Set git identity
run: git config user.name ci-bot; git config user.email ci-bot@spdx.dev
working-directory: spdx-spec
- name: Sync gh-pages
run: git checkout gh-pages && git pull && git checkout development/v3.0
working-directory: spdx-spec
- name: Build docs
run: mike deploy v3.0 v3-draft -b gh-pages -p
working-directory: spdx-spec

0 comments on commit 6171b39

Please sign in to comment.