Skip to content

Commit

Permalink
so its working dir is repo dir?
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Dec 24, 2024
1 parent 4ae2f3a commit 76fde11
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,13 @@ jobs:
mv /tmp/deploy-schema/artifact.zip source/online/rime.zip
npx hexo clean
npx hexo generate
zip -r artifact.zip public
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: artifact
name: public
path: |
artifact.zip
blog/public
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 76fde11

Please sign in to comment.