Skip to content

Commit

Permalink
Update deploy_main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oujonny authored Nov 5, 2024
1 parent 6699eda commit e54e94a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
hugo --minify --noBuildLock
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: public
path: ./public
Expand All @@ -53,7 +53,7 @@ jobs:
needs: build
steps:
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v2
with:
name: public
path: ./public
Expand Down

0 comments on commit e54e94a

Please sign in to comment.