Skip to content

Commit

Permalink
Fixes mllint version unknown in regular commit GH pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bvobart committed Jul 27, 2021
1 parent d133457 commit 6aaa32a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
if: startsWith(github.ref, 'refs/heads/')
working-directory: docs/gh-pages/
run: |
echo "HUGO_MLLINT_VERSION=$(git describe --tags)" >> $GITHUB_ENV
export HUGO_MLLINT_VERSION=$(git describe --tags)
echo "> mllint version: $HUGO_MLLINT_VERSION"
hugo --minify
- name: Deploy website
Expand Down

0 comments on commit 6aaa32a

Please sign in to comment.