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 5fc01b7 commit cd954e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
mv ../out/* .
cp -R ../out/* .
if [[ -n $(git status --porcelain) ]]; then
git status
# git add .
Expand Down

0 comments on commit cd954e9

Please sign in to comment.