Update doc.yml

This commit is contained in:
Victor Zverovich 2024-06-11 15:12:47 -07:00 committed by GitHub
parent f796264449
commit ad34d4df95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ jobs:
run: $GITHUB_WORKSPACE/support/mkdocs deploy dev
- name: Deploy
if: secrets.KEY != ''
if: ${{secrets.KEY}} != ''
working-directory: ${{runner.workspace}}/build/fmt.dev
env:
KEY: ${{secrets.KEY}}