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
232c5e8547
commit
90932dd20d
8
.github/workflows/doc.yml
vendored
8
.github/workflows/doc.yml
vendored
@ -39,9 +39,5 @@ jobs:
|
||||
env:
|
||||
KEY: ${{secrets.KEY}}
|
||||
if: ${{env.KEY}} != ''
|
||||
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
|
||||
working-directory: ${{runner.workspace}}/fmt/build/fmt.dev
|
||||
run: git push https://$KEY@github.com/fmtlib/fmt.dev.git
|
||||
|
Loading…
Reference in New Issue
Block a user