We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5955832 commit f8a6472Copy full SHA for f8a6472
.github/workflows/deploy.yml
@@ -63,7 +63,8 @@ jobs:
63
with:
64
github_token: ${{ secrets.GITHUB_TOKEN }}
65
# Build output to publish to the `gh-pages` branch:
66
- publish_dir: ./temp
+ # 完整路径
67
+ publish_dir: ./docs/temp
68
# The following lines assign commit authorship to the official
69
# GH-Actions bot for deploys to `gh-pages` branch:
70
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
0 commit comments