File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,14 @@ jobs:
3232 steps :
3333 - name : Install Hugo CLI
3434 run : |
35- wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${{ vars.HUGO_VERSION }}/hugo_extended_${{ vars.HUGO_VERSION }}_linux-amd64.deb \
36- && sudo dpkg -i ${{ runner.temp }}/hugo.deb
35+ sudo snap install hugo
3736 - name : Checkout
38- uses : actions/checkout@v3
37+ uses : actions/checkout@v4
3938 with :
4039 submodules : recursive
4140 - name : Setup Pages
4241 id : pages
43- uses : actions/configure-pages@v2
42+ uses : actions/configure-pages@v5
4443 - name : Build with Hugo
4544 env :
4645 # For maximum backward compatibility with Hugo modules
5150 --minify \
5251 --baseURL "${{ steps.pages.outputs.base_url }}/"
5352 - name : Upload artifact
54- uses : actions/upload-pages-artifact@v1
53+ uses : actions/upload-pages-artifact@v3
5554 with :
5655 path : ./public
5756
6564 steps :
6665 - name : Deploy to GitHub Pages
6766 id : deployment
68- uses : actions/deploy-pages@v1
67+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments