Skip to content

Commit

Permalink
Merge pull request #113 from ZhQuella/main-feat/new
Browse files Browse the repository at this point in the history
feat(feat): "调整目录结构,优化项目"
  • Loading branch information
ZhQuella authored Feb 11, 2025
2 parents f539188 + 2638a9b commit 10bfa5b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
artifact_name: dist
publish_dir: ./dist


# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4
# with:
# artifact_name: dist
# publish_dir: ./dist

0 comments on commit 10bfa5b

Please sign in to comment.