mirror of
https://github.com/status-im/actions-hugo.git
synced 2025-03-02 05:10:36 +00:00
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…
x
Reference in New Issue
Block a user