Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut authored Jun 11, 2024
1 parent 232c5e8 commit 90932dd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/fmtlib/fmt.dev.git
working-directory: ${{runner.workspace}}/fmt/build/fmt.dev
run: git push https://[email protected]/fmtlib/fmt.dev.git

0 comments on commit 90932dd

Please sign in to comment.