Merge pull request #60 from ditatompel/p1

P1
This commit is contained in:
jasmerah1966 2024-02-24 02:48:35 +07:00 committed by GitHub
commit 13612e0d6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View file

@ -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
View file

@ -0,0 +1,3 @@
.PHONY: build
build:
hugo --minify --gc --enableGitInfo --cleanDestinationDir