ci: fix gh-pages (#105)

This commit is contained in:
xrkffgg
2022-02-15 13:33:34 +08:00
committed by GitHub
parent 44c69adcf7
commit d874829fb1

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: yarn
- run: npm run docs:build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3