File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 build :
2727 runs-on : ubuntu-latest
2828 env :
29- HUGO_VERSION : 0.137.0
30- THEME_VERSION : 1.6.1
29+ HUGO_VERSION : 0.151.2
30+ THEME_VERSION : 2.0.0
3131 THEME : hugo-geekdoc
3232 BASEDIR : docs
3333 THEMEDIR : ./themes
3939 - name : Install Dart Sass Embedded
4040 run : sudo snap install dart-sass-embedded
4141 - name : Checkout
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v6
4343 - name : Install Node.js dependencies
4444 run : " [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
4545 - name : Create folder for template
5353 run : |
5454 hugo --gc --minify
5555 - name : Archive hugo artifacts
56- uses : actions/upload-artifact@v4
56+ uses : actions/upload-artifact@v6
5757 with :
5858 name : hugo-artifact
5959 path : ./public
7070 name : hugo-artifact
7171 path : public
7272 - name : rsync deployments
73- uses : burnett01/rsync-deployments@7.0.1
73+ uses : burnett01/rsync-deployments@8
7474 with :
7575 switches : -avzr --delete
7676 path : public/
You can’t perform that action at this time.
0 commit comments