Update doc.yml

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

View File

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