Skip to content

Commit

Permalink
chore(ci): fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
memset0 committed Oct 15, 2024
1 parent 0ddaf39 commit 66788cd
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 @@ -123,7 +123,7 @@ jobs:
script: cd /www/mem.ac/tmp && git pull -f

- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-artifact@v4
with:
path: ./public

Expand All @@ -137,4 +137,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 66788cd

Please sign in to comment.