We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6159b1 commit 33734d0Copy full SHA for 33734d0
.github/workflows/mkdocs-publish.yml
@@ -49,12 +49,12 @@ jobs:
49
- name: Set latest
50
if: ${{ github.ref == 'refs/heads/main' }}
51
run: |
52
- echo "MIKE_ALIAS='${MIKE_ALIAS} latest'" >> $GITHUB_ENV
+ echo "MIKE_ALIAS=${MIKE_ALIAS} latest" >> $GITHUB_ENV
53
54
- name: Set stable
55
if: ${{ github.ref_type == 'tag' && github.event.type == 'release' }}
56
57
- echo "MIKE_ALIAS='${MIKE_ALIAS} stable'" >> $GITHUB_ENV
+ echo "MIKE_ALIAS=${MIKE_ALIAS} stable" >> $GITHUB_ENV
58
echo $MKDOCS_VERSION $MIKE_ALIAS
59
60
- name: Build docs examples
0 commit comments