We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae081c commit 6171b39Copy full SHA for 6171b39
.github/workflows/publish_v3.yml
@@ -35,6 +35,9 @@ jobs:
35
- name: Set git identity
36
run: git config user.name ci-bot; git config user.email [email protected]
37
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
41
- name: Build docs
42
run: mike deploy v3.0 v3-draft -b gh-pages -p
43
0 commit comments