We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e982043 commit 411c894Copy full SHA for 411c894
.github/workflows/publish.yml
@@ -23,7 +23,8 @@ jobs:
23
- name: Setup Hugo Version
24
id: hugo_version
25
run: |
26
- echo "HUGO_VERSION=$(cat .tool-versions | grep hugo | cut -d' ' -f2 | cut -d'_' -f2)" >> "$GITHUB_ENV"
+ HUGO_VERSION=$(cat .tool-versions | grep hugo | cut -d' ' -f2 | cut -d'_' -f2)
27
+ echo "HUGO_VERSION=$HUGO_VERSION" >> "$GITHUB_ENV"
28
29
- name: Setup Hugo
30
uses: peaceiris/actions-hugo@v3
0 commit comments