Skip to content

Commit 1e6e6b1

Browse files
authored
1 parent b10d4c9 commit 1e6e6b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ jobs:
4444
${{ runner.os }}-hugomod-
4545
- name: Setup Pages
4646
id: pages
47-
uses: actions/configure-pages@v3
47+
uses: actions/configure-pages@v4
4848
- name: Build with Hugo
4949
env:
5050
HUGO_ENVIRONMENT: production
5151
run: |
5252
echo "Hugo Cache Dir: $(hugo config | grep cachedir)"
5353
hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"
5454
- name: Upload artifact
55-
uses: actions/upload-pages-artifact@v1
55+
uses: actions/upload-pages-artifact@v3
5656
with:
5757
path: ./public
5858

@@ -67,4 +67,4 @@ jobs:
6767
steps:
6868
- name: Deploy to GitHub Pages
6969
id: deployment
70-
uses: actions/deploy-pages@v2
70+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)