Skip to content

Commit

Permalink
fix missed env var
Browse files Browse the repository at this point in the history
  • Loading branch information
trhallam authored Jun 14, 2024
1 parent 39016c2 commit 41514c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
git checkout gh-pages
if [ ! -d ${MKDOCS_VERSION} ]; then mkdir ${MKDOCS_VERSION}; fi
echo '{"schemaVersion":1,"label":"Docs","message":"${{ env.BADGE_MSG }}","color":"${{ env.BADGE_COLOUR }}","namedLogo":"materialformkdocs","logoColor":"white"}' | tee ./${HATCH_VERSION}/badge-mkdocs.json
echo '{"schemaVersion":1,"label":"Docs","message":"${{ env.BADGE_MSG }}","color":"${{ env.BADGE_COLOUR }}","namedLogo":"materialformkdocs","logoColor":"white"}' | tee ./${MKDOCS_VERSION}/badge-mkdocs.json
git add ./${MKDOCS_VERSION}/badge-mkdocs.json
git commit -m "github-actions update badge ${MKDOCS_VERSION}"
git push origin gh-pages

0 comments on commit 41514c8

Please sign in to comment.