1
0
This commit is contained in:
2024-04-10 00:51:56 +09:00
parent fa63803bce
commit 8374e71f5f
10 changed files with 90 additions and 30 deletions

View File

@ -13,8 +13,6 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 0.89.4
# extended: true
- name: Build
env:
@ -23,7 +21,6 @@ jobs:
hugo version
TZ=Asia/Tokyo hugo
touch ./public/.nojekyll
cp ./CNAME ./public/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3