Skip to content

Commit

Permalink
Update fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Sep 22, 2023
1 parent e67bcaf commit 5c83c0e
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 @@ -12,7 +12,7 @@ jobs:
- name: Check if docs changed
id: changes
run: |
git fetch origin main
git fetch --all
git diff --quiet origin/main -- docs
echo ::set-output name=docs::$(test $? -ne 0 && echo 'true' || echo 'false')
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 5c83c0e

Please sign in to comment.