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 7478d76 commit 9d68917Copy full SHA for 9d68917
.github/workflows/publish.yml
@@ -17,13 +17,12 @@ jobs:
17
- name: Setup mdBook
18
uses: peaceiris/actions-mdbook@v1
19
with:
20
- mdbook-version: '0.4.10'
21
- # mdbook-version: 'latest'
+ mdbook-version: 'latest'
22
23
- run: mdbook build
24
25
- name: Deploy
26
uses: peaceiris/actions-gh-pages@v3
27
28
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
29
external_repository: MultiSQL/multisql.github.io
0 commit comments