Skip to content

Commit

Permalink
ci: fix test build dir error
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazengp committed Aug 26, 2023
1 parent 6b833f1 commit 273fae9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: pnpm site:preview

- run: |
zip -r _site.zip ./src/_dist
zip -r _site.zip ./_dist
- name: upload _site artifact
uses: actions/upload-artifact@v2
Expand Down
2 changes: 0 additions & 2 deletions .vitepress/theme/styles/home-links.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,3 @@ a.cta.video::after {
border-bottom: 4px solid transparent;
border-left: 7px solid currentColor;
}


0 comments on commit 273fae9

Please sign in to comment.