Skip to content

Commit

Permalink
fix: Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Jul 19, 2022
1 parent 563654e commit 2701867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-dataset-site-template-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: git stash if material changes have not been made
# When considering whether it's worth making a PR, ignore the following:
# - The dataset-site-template version number updating within the template in datasetsite.mustache and datasetsite-csp.mustache (affects one line)
# - The dataset-site-template minor or patch version number updating within the template in datasetsite.mustache and datasetsite-csp.mustache (affects one line)
# - Any updates to datasetsite-csp.static.zip
# git stashing if no material changes allows the next step to close the PR if one is already open
run: if [ "$(git diff --numstat | grep -vc '^1\s.*datasetsite\.mustache\|1\s.*datasetsite-csp\.mustache\|.*datasetsite-csp\.static\.zip$')" -eq "0" ]; then git stash; else echo "Material changes found"; fi
Expand Down

0 comments on commit 2701867

Please sign in to comment.