Skip to content

Commit

Permalink
Attempt to fix GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Jan 30, 2025
1 parent 4e1a7b8 commit f4bb113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build with Hugo
run: cd website && ls && hugo --minify --baseURL ${{ steps.pages.outputs.base_url }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./website/public

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

0 comments on commit f4bb113

Please sign in to comment.