Merge pull request #1132 from nunocoracao/dependabot/github_actions/dev/actions/upload-pages-artifact-3

👷 Bump actions/upload-pages-artifact from 2 to 3
This commit is contained in:
Nuno Coração 2023-12-30 19:40:40 +00:00 committed by GitHub
commit b6db1673ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ jobs:
run: | run: |
hugo --minify -s exampleSite --themesDir ../.. -d ../docs --baseURL https://nunocoracao.github.io/blowfish/ hugo --minify -s exampleSite --themesDir ../.. -d ../docs --baseURL https://nunocoracao.github.io/blowfish/
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v2 uses: actions/upload-pages-artifact@v3
with: with:
path: ./docs path: ./docs