Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
docs: add v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pohly committed Dec 20, 2022
1 parent a4ef539 commit 141ef61
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- release-0.8
- release-0.9
- release-1.0
- release-1.1

jobs:
build:
Expand Down Expand Up @@ -78,6 +79,16 @@ jobs:
rm -rf _work/venv
make vhtml
mv _output/html $HOME/output/1.0
- uses: actions/checkout@v2
with:
ref: release-1.1
- name: Build release-1.1
run: |
GITHUB_SHA=$(git rev-parse HEAD)
export GITHUB_SHA
rm -rf _work/venv
make vhtml
mv _output/html $HOME/output/1.1
- name: Deploy the docs
run: |
cd $HOME/output
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and bug fixes. 0.9 is still supported.

Documentation is part of the source code for each release and also
available in rendered form for easier reading:
- [latest 1.1.x release](https://intel.github.io/pmem-csi/1.1/)
- [latest 1.0.x release](https://intel.github.io/pmem-csi/1.0/)
- [latest 0.9.x release](https://intel.github.io/pmem-csi/0.9/)
- [latest 0.8.x release](https://intel.github.io/pmem-csi/0.8/)
Expand Down
2 changes: 1 addition & 1 deletion conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"linkcheck_ignore": [
"https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line",
"https://help.github.com/articles/using-pull-requests/",
"https://intel.github.io/pmem-csi/1.0/",
"https://intel.github.io/pmem-csi/1.1/",
".*cloudnative-k8sci.southcentralus.cloudapp.azure.com.*"
],
"linkcheck_anchors_ignore": [
Expand Down

0 comments on commit 141ef61

Please sign in to comment.