mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 13:52:17 +00:00
Update actions/upload-pages-artifact action to v3
This commit is contained in:
2
.github/workflows/deploy-github-pages.yml
vendored
2
.github/workflows/deploy-github-pages.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
|||||||
--minify \
|
--minify \
|
||||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ./public
|
path: ./public
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user