chore: update workflows config.
This commit is contained in:
parent
2bd72b4c05
commit
f21715f172
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -45,6 +45,13 @@ jobs:
|
||||
with:
|
||||
package-path: ./package.json
|
||||
|
||||
- name: gh-pages README.md
|
||||
working-directory: dist
|
||||
run: |
|
||||
cat > README.md << EOF
|
||||
Website: https://jaywcjlove.github.io/reference
|
||||
EOF
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user