mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Fix deploy docs (#4010)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
This commit is contained in:
committed by
GitHub
parent
90932dd20d
commit
bff1de15e7
4
.github/workflows/doc.yml
vendored
4
.github/workflows/doc.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
env:
|
env:
|
||||||
KEY: ${{secrets.KEY}}
|
KEY: "${{secrets.KEY}}"
|
||||||
if: ${{env.KEY}} != ''
|
if: env.KEY != ''
|
||||||
working-directory: ${{runner.workspace}}/fmt/build/fmt.dev
|
working-directory: ${{runner.workspace}}/fmt/build/fmt.dev
|
||||||
run: git push https://$KEY@github.com/fmtlib/fmt.dev.git
|
run: git push https://$KEY@github.com/fmtlib/fmt.dev.git
|
||||||
|
Reference in New Issue
Block a user