mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-24 20:12:15 +01:00
Update README.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user