Update doc.yml

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

View File

@ -39,5 +39,9 @@ jobs:
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
working-directory: ${{runner.workspace}}/build
run: |
echo ${{runner.workspace}}
echo $GITHUB_WORKSPACE
cd $GITHUB_WORKSPACE/build/fmt.dev
git push https://$KEY@github.com/fmtlib/fmt.dev.git