We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5e747 commit 35e4017Copy full SHA for 35e4017
.github/workflows/deploy.yml
@@ -37,7 +37,8 @@ jobs:
37
with:
38
ref: ${{ inputs.ref || 'main' }}
39
40
- - uses: ./.github/actions/mdbook
+ - name: build mdbook
41
+ uses: ./.github/actions/mdbook
42
43
publish-pages: true
44
.github/workflows/mdbook.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
12
13
14
- publish-pages: true
15
-
+ publish-pages: false
0 commit comments