Skip to content

Commit

Permalink
Set 3.0.0 as latest until 3.0.1 is ready
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
  • Loading branch information
bact committed Jul 18, 2024
1 parent 6e532ab commit 5d63613
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
runs-on: ubuntu-latest
container: python:3
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: actions/checkout@v4
with:
ref: development/v3.0
path: spdx-spec
fetch-depth: 0 # Because we will be pushing the gh-pages branch
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: actions/checkout@v4
with:
repository: spdx/spec-parser
ref: main
path: spec-parser
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: actions/checkout@v4
with:
repository: spdx/spdx-3-model
ref: main
Expand Down Expand Up @@ -49,5 +49,5 @@ jobs:
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
run: mike deploy v3.0 latest -b gh-pages -p
working-directory: spdx-spec
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ use_directory_urls: true
theme: readthedocs
plugins:
- search
- mike:
canonical_version: latest
- pdf-export:
combined: true
extra_css:
Expand Down

0 comments on commit 5d63613

Please sign in to comment.