mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
commit
13612e0d6b
2 changed files with 6 additions and 3 deletions
6
.github/workflows/deploy-to-vps.yaml
vendored
6
.github/workflows/deploy-to-vps.yaml
vendored
|
@ -21,10 +21,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: "latest"
|
||||
hugo-version: "0.122.0"
|
||||
extended: true
|
||||
|
||||
- name: Cache Hugo modules
|
||||
|
|
3
Makefile
Normal file
3
Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
.PHONY: build
|
||||
build:
|
||||
hugo --minify --gc --enableGitInfo --cleanDestinationDir
|
Loading…
Reference in a new issue