Commit 72fbafe 1 parent 97c5a36 commit 72fbafe Copy full SHA for 72fbafe
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ jobs:
45
45
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_linux-amd64.deb \
46
46
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
47
47
- name : Checkout
48
- uses : actions/checkout@v3
48
+ uses : actions/checkout@v4
49
49
with :
50
50
ref : exampleSite
51
51
- name : Setup Pages
52
52
id : pages
53
- uses : actions/configure-pages@v3
53
+ uses : actions/configure-pages@v5
54
54
- name : Get Theme
55
55
run : git submodule update --init --recursive
56
56
- name : Update theme to Latest commit
61
61
--buildDrafts --gc \
62
62
--baseURL ${{ steps.pages.outputs.base_url }}
63
63
- name : Upload artifact
64
- uses : actions/upload-pages-artifact@v2
64
+ uses : actions/upload-pages-artifact@v3
65
65
with :
66
66
path : ./public
67
67
# Deployment job
74
74
steps :
75
75
- name : Deploy to GitHub Pages
76
76
id : deployment
77
- uses : actions/deploy-pages@v2
77
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments