File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 3737 - name : Install Hugo CLI
3838 run : |
3939 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
4141 - name : Install Dart Sass Embedded
4242 run : sudo snap install dart-sass-embedded
4343 - name : Checkout
5959 hugo \
6060 --gc \
6161 --minify \
62- --baseURL "${{ steps.pages.outputs.base_url }}/"
62+ --baseURL "${{ steps.pages.outputs.base_url }}/"
6363 - name : Upload artifact
64- uses : actions/upload-pages-artifact@v1
64+ uses : actions/upload-pages-artifact@v3
6565 with :
6666 path : ./public
6767
7575 steps :
7676 - name : Deploy to GitHub Pages
7777 id : deployment
78- uses : actions/deploy-pages@v2
78+ uses : actions/deploy-pages@v2
79+
You can’t perform that action at this time.
0 commit comments