File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 build :
3232 runs-on : ubuntu-latest
3333 env :
34- HUGO_VERSION : 0.118.2
34+ HUGO_VERSION : 0.145.0
3535 steps :
3636 - name : Install Hugo CLI
3737 run : |
4040 - name : Install Dart Sass
4141 run : sudo snap install dart-sass
4242 - name : Checkout
43- uses : actions/checkout@v3
43+ uses : actions/checkout@v4
4444 with :
4545 submodules : recursive
4646 - uses : actions/setup-python@v5
4949 - run : python generate-table.py
5050 - name : Setup Pages
5151 id : pages
52- uses : actions/configure-pages@v3
52+ uses : actions/configure-pages@v5
5353 - name : Install Node.js dependencies
5454 run : " [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5555 - name : Build with Hugo
6262 --minify \
6363 --baseURL "https://howtorotate.com/"
6464 - name : Upload artifact
65- uses : actions/upload-pages-artifact@v2
65+ uses : actions/upload-pages-artifact@v3
6666 with :
6767 path : ./public
6868
7676 steps :
7777 - name : Deploy to GitHub Pages
7878 id : deployment
79- uses : actions/deploy-pages@v2
79+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments