Skip to content

Commit 6171b39

Browse files
author
Jeff Licquia
committed
Force sync of the gh-pages branch.
This will avoid problems with generating the spec. Signed-off-by: Jeff Licquia <[email protected]>
1 parent bae081c commit 6171b39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish_v3.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Set git identity
3636
run: git config user.name ci-bot; git config user.email [email protected]
3737
working-directory: spdx-spec
38+
- name: Sync gh-pages
39+
run: git checkout gh-pages && git pull && git checkout development/v3.0
40+
working-directory: spdx-spec
3841
- name: Build docs
3942
run: mike deploy v3.0 v3-draft -b gh-pages -p
4043
working-directory: spdx-spec

0 commit comments

Comments
 (0)