Browse Source

fix github workflow

tags/v0.0.0-test.4
haixuanTao 3 years ago
parent
commit
cbc49db4fe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/gh-pages.yml

+ 1
- 1
.github/workflows/gh-pages.yml View File

@@ -22,7 +22,7 @@ jobs:
mdbook-version: '0.4.10'
# mdbook-version: 'latest'

- run: mdbook build
- run: mdbook build docs

- name: Deploy
uses: peaceiris/actions-gh-pages@v3


Loading…
Cancel
Save