File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,19 +31,19 @@ jobs:
3131 build :
3232 runs-on : ubuntu-latest
3333 env :
34- HUGO_VERSION : 0.148 .1
34+ HUGO_VERSION : 0.161 .1
3535 steps :
3636 - name : Install Hugo CLI
3737 run : |
3838 wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
3939 && sudo dpkg -i ${{ runner.temp }}/hugo.deb
4040 - name : Checkout
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v6
4242 with :
4343 submodules : recursive
4444 - name : Setup Pages
4545 id : pages
46- uses : actions/configure-pages@v5
46+ uses : actions/configure-pages@v6
4747 - name : Install Node.js dependencies
4848 run : " [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
4949 - name : Build with Hugo
5656 --gc \
5757 --baseURL "${{ steps.pages.outputs.base_url }}/"
5858 - name : Upload artifact
59- uses : actions/upload-pages-artifact@v3
59+ uses : actions/upload-pages-artifact@v5
6060 with :
6161 path : ./public
6262
You can’t perform that action at this time.
0 commit comments