Skip to content

Commit

Permalink
update set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels committed Nov 3, 2023
1 parent d21a43f commit 8f65f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
run: |
ver=$(cat .Rprofile | grep hugo.version | cut -d'"' -f2 )
echo ".Rprofile sets hugo version to $ver"
echo "::set-output name=value::${ver}"
echo "hugo_v=${ver}" >> $GITHUB_ENV
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: ${{ steps.hugo_vr.outputs.value }}
hugo-version: ${{ env.hugo_v }}
extended: true

- name: Install Netlify CLI
Expand Down

0 comments on commit 8f65f86

Please sign in to comment.