Skip to content

Commit

Permalink
Merge pull request #1372 from CloudWithChris/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/upload-pages-artifact-2

Bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
chrisreddington authored Jun 28, 2024
2 parents 8b01788 + 075b901 commit e3a67c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: 'Build and Minify Hugo Contents'
run: hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: ./public

Expand Down

0 comments on commit e3a67c4

Please sign in to comment.