Skip to content

Commit 094ef51

Browse files
committed
Add mkdocs variable
1 parent 76ee14e commit 094ef51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ jobs:
4040
run: |
4141
sed -i "/^extra:/a\ qt_version: ${{ env.QT_VERSION }}" mkdocs.yml
4242
sed -i "/^extra:/a\ android_version: ${{ env.ANDROID_VERSION }}" mkdocs.yml
43+
sed -i "/^extra:/a\ macos_version: ${{ env.MACOS_VERSION }}" mkdocs.yml
4344
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)