Skip to content

Commit

Permalink
Update command
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Sep 22, 2023
1 parent 3836720 commit 7635da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: changes
run: |
git fetch --all
echo ::set-output name=docs::$(git diff --quiet origin/main -- docs && echo "false" || echo "true")
echo ::set-output name=docs::$(git show --name-only --oneline | grep docs/ && echo true || echo false)
- uses: actions/setup-python@v2
if: steps.changes.outputs.docs == 'true'
with:
Expand Down

0 comments on commit 7635da6

Please sign in to comment.