fixed indentation
This commit is contained in:
parent
782e08483b
commit
a9e0cedc59
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
HUGO_VERSION: 0.114.0
|
HUGO_VERSION: 0.114.0
|
||||||
steps:
|
steps:
|
||||||
- name: Make .GitInfo compatible with CJK characters
|
- 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
|
- name: Install Hugo CLI
|
||||||
run: |
|
run: |
|
||||||
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
|
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
|
||||||
|
Loading…
Reference in New Issue
Block a user