Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlamz committed Aug 22, 2024
1 parent 2dd8d83 commit dce3951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
destination_dir: navpress # 部署到 navpress 子目录
cname: aaronlamz.github.io # 可选: 如果你需要自定义域名
# destination_dir: navpress # 部署到 navpress 子目录,不指定就是根目录
# cname: aaronlamz.github.io # 可选: 如果你需要自定义域名

0 comments on commit dce3951

Please sign in to comment.