Skip to content

Commit f8a6472

Browse files
committed
ci: 路径问题
1 parent 5955832 commit f8a6472

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
with:
6464
github_token: ${{ secrets.GITHUB_TOKEN }}
6565
# Build output to publish to the `gh-pages` branch:
66-
publish_dir: ./temp
66+
# 完整路径
67+
publish_dir: ./docs/temp
6768
# The following lines assign commit authorship to the official
6869
# GH-Actions bot for deploys to `gh-pages` branch:
6970
# https://github.com/actions/checkout/issues/13#issuecomment-724415212

0 commit comments

Comments
 (0)