Skip to content

Commit

Permalink
chore: update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Nov 11, 2024
1 parent 53e6b41 commit 952adb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
run: |
curl -L ${{ github.event.inputs.zip }} -o _site.zip
unzip _site.zip -d _site
find _site -name __MACOSX -exec rm -rf {} \;
find _site -name __MACOSX | xargs rm -rf
- name: 📦 Upload '_site'
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3

- name: 🚀 Deploy To GitHub Pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 952adb3

Please sign in to comment.