fixed indentation

This commit is contained in:
Tomoya(MacbookAir) 2023-08-09 12:54:06 +09:00
parent 782e08483b
commit a9e0cedc59

View File

@ -34,7 +34,7 @@ jobs:
HUGO_VERSION: 0.114.0
steps:
- name: Make .GitInfo compatible with CJK characters
run: git config --global core.quotepath false
run: git config --global core.quotepath false
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \