Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d68917

Browse files
authored
Update publish.yml
1 parent 7478d76 commit 9d68917

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ jobs:
1717
- name: Setup mdBook
1818
uses: peaceiris/actions-mdbook@v1
1919
with:
20-
mdbook-version: '0.4.10'
21-
# mdbook-version: 'latest'
20+
mdbook-version: 'latest'
2221

2322
- run: mdbook build
2423

2524
- name: Deploy
2625
uses: peaceiris/actions-gh-pages@v3
2726
with:
28-
github_token: ${{ secrets.GITHUB_TOKEN }}
27+
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
2928
external_repository: MultiSQL/multisql.github.io

0 commit comments

Comments
 (0)