Commit 2d39f60 1 parent 602e16e commit 2d39f60 Copy full SHA for 2d39f60
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- beta
7
7
- candidate/stable
8
+ - 20241118-docs-update-beta
8
9
9
10
permissions :
10
11
contents : write
@@ -39,14 +40,14 @@ jobs:
39
40
mkdir -p ../gh-pages/beta
40
41
cp -R site/* ../gh-pages/beta/
41
42
42
- - name : Build Stable Documentation
43
+ - name : Build Candidate Stable Documentation
43
44
run : |
44
45
git fetch --depth 1 origin candidate/stable:candidate/stable
45
46
git checkout candidate/stable
46
47
cd docs/
47
48
mkdocs build
48
- mkdir -p ../gh-pages/stable
49
- cp -R site/* ../gh-pages/stable/
49
+ mkdir -p ../gh-pages/candidate- stable
50
+ cp -R site/* ../gh-pages/candidate- stable/
50
51
51
52
- name : Create Redirect Index
52
53
run : |
81
82
<p>Redirecting to the latest beta documentation...</p>
82
83
<div class="links">
83
84
<p>If you are not redirected, please choose a version:</p>
84
- <p><a href="beta/">Beta Documentation</a> | <a href="stable/">Stable Documentation</a></p>
85
+ <p><a href="beta/">Beta Documentation</a> | <a href="candidate- stable/">Candidate Stable Documentation</a></p>
85
86
</div>
86
87
</body>
87
88
</html>
You can’t perform that action at this time.
0 commit comments