File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 37
37
- name : Install Hugo CLI
38
38
run : |
39
39
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
40
- && sudo dpkg -i ${{ runner.temp }}/hugo.deb
40
+ && sudo dpkg -i ${{ runner.temp }}/hugo.deb
41
41
- name : Install Dart Sass
42
42
run : sudo snap install dart-sass
43
43
- name : Checkout
59
59
hugo \
60
60
--gc \
61
61
--minify \
62
- --baseURL "${{ steps.pages.outputs.base_url }}/"
62
+ --baseURL "${{ steps.pages.outputs.base_url }}/"
63
63
- name : Upload artifact
64
64
uses : actions/upload-pages-artifact@v2
65
65
with :
75
75
steps :
76
76
- name : Deploy to GitHub Pages
77
77
id : deployment
78
- uses : actions/deploy-pages@v3
79
-
78
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments