Skip to content

Commit

Permalink
I was using the wrong action -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kagno committed Nov 13, 2024
1 parent 2c1505f commit bcccee2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- name: Build
run: hugo --minify

- name: Upload Public
uses: actions/upload-artifact@v4
- name: Upload static files as artifact
id: deployment
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: public
if-no-files-found: error

deploy:
needs: build
permissions:
Expand Down

0 comments on commit bcccee2

Please sign in to comment.