Skip to content

Commit

Permalink
Fix deploy docs (#4010)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Shchapov <[email protected]>
  • Loading branch information
phprus authored Jun 12, 2024
1 parent 90932dd commit bff1de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Deploy
env:
KEY: ${{secrets.KEY}}
if: ${{env.KEY}} != ''
KEY: "${{secrets.KEY}}"
if: env.KEY != ''
working-directory: ${{runner.workspace}}/fmt/build/fmt.dev
run: git push https://[email protected]/fmtlib/fmt.dev.git

0 comments on commit bff1de1

Please sign in to comment.