mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-09 12:50:05 +00:00
Update doc.yml
This commit is contained in:
parent
ad34d4df95
commit
26cdd1cb30
4
.github/workflows/doc.yml
vendored
4
.github/workflows/doc.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user