We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10d4c9 commit 1e6e6b1Copy full SHA for 1e6e6b1
.github/workflows/gh-pages.yml
@@ -44,15 +44,15 @@ jobs:
44
${{ runner.os }}-hugomod-
45
- name: Setup Pages
46
id: pages
47
- uses: actions/configure-pages@v3
+ uses: actions/configure-pages@v4
48
- name: Build with Hugo
49
env:
50
HUGO_ENVIRONMENT: production
51
run: |
52
echo "Hugo Cache Dir: $(hugo config | grep cachedir)"
53
hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"
54
- name: Upload artifact
55
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
56
with:
57
path: ./public
58
@@ -67,4 +67,4 @@ jobs:
67
steps:
68
- name: Deploy to GitHub Pages
69
id: deployment
70
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments