chore: update workflows config.

This commit is contained in:
jaywcjlove 2022-11-30 23:38:34 +08:00
parent 2bd72b4c05
commit f21715f172

View File

@ -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: