Skip to content

Commit

Permalink
then
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellga committed Mar 24, 2024
1 parent 22f3542 commit e028b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cd docs
ls
if [[ -n $(git status --porcelain) ]]; then
echo "changes=true" >> "$GITHUB_OUTPUT"
echo "true" >> "$GITHUB_OUTPUT"
fi
- name: Commit and push changes
Expand Down

0 comments on commit e028b8c

Please sign in to comment.