diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8a7f68971..13a18b5c2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,6 +8,7 @@ on: - release-0.8 - release-0.9 - release-1.0 + - release-1.1 jobs: build: @@ -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 diff --git a/README.md b/README.md index d8848e2b8..5da502d81 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/conf.json b/conf.json index 64fe67c43..a3d1c762d 100644 --- a/conf.json +++ b/conf.json @@ -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": [