Update README.md
This commit is contained in:
parent
bcfd41e8b4
commit
608a9dce06
|
@ -142,7 +142,7 @@ Next, add a step to read a Hugo version from the `.env` file.
|
||||||
id: hugo-version
|
id: hugo-version
|
||||||
run: |
|
run: |
|
||||||
. ./.env
|
. ./.env
|
||||||
echo ::set-output name=HUGO_VERSION::${HUGO_VERSION}
|
echo "::set-output name=HUGO_VERSION::${HUGO_VERSION}"
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2.2.4
|
uses: peaceiris/actions-hugo@v2.2.4
|
||||||
|
|
Loading…
Reference in New Issue