There was an error while loading. Please reload this page.
1 parent 8cd51ae commit a12020bCopy full SHA for a12020b
2 files changed
.github/workflows/docs.yml
@@ -9,6 +9,7 @@ on:
9
jobs:
10
Docs:
11
uses: ./.github/workflows/composite-docs.yml
12
+ secrets: inherit
13
with:
14
ref: 'main'
15
target-directory: 'book/unstable'
.github/workflows/release.yml
@@ -36,13 +36,15 @@ jobs:
36
docs-latest:
37
needs: [release]
38
39
40
41
ref: v${{ inputs.version }}
42
target-directory: 'book/latest'
43
44
docs-versioned:
45
46
47
48
49
50
target-directory: book/{{ inputs.version }}
0 commit comments