We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ee14e commit 094ef51Copy full SHA for 094ef51
.github/workflows/build-mkdocs.yml
@@ -40,4 +40,5 @@ jobs:
40
run: |
41
sed -i "/^extra:/a\ qt_version: ${{ env.QT_VERSION }}" mkdocs.yml
42
sed -i "/^extra:/a\ android_version: ${{ env.ANDROID_VERSION }}" mkdocs.yml
43
+ sed -i "/^extra:/a\ macos_version: ${{ env.MACOS_VERSION }}" mkdocs.yml
44
- run: mkdocs gh-deploy --force
0 commit comments