Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
liaosy committed Nov 29, 2024
1 parent 6dbb1ed commit 5fc01b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
token: ${{ secrets.DOCS_DEPLOYMENT_TOKEN }}

- name: Push the contents under dir `out`
working-directory: docs-output # set the PWD for all the shells in this step
working-directory: docs-output # set the PWD for all the scripts in this step
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
mv ../out .
mv ../out/* .
if [[ -n $(git status --porcelain) ]]; then
git status
# git add .
Expand Down

0 comments on commit 5fc01b7

Please sign in to comment.