Skip to content

Commit

Permalink
Fix deploy docs
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
  • Loading branch information
phprus committed Jun 12, 2024
1 parent 90932dd commit 0ff0c66
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://$KEY@github.com/fmtlib/fmt.dev.git

0 comments on commit 0ff0c66

Please sign in to comment.