Skip to content

Commit

Permalink
build: Update to latest profile template
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 25, 2024
1 parent a7a0d74 commit 34a4523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/diff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -u

curl -sS https://raw.githubusercontent.com/open-contracting/standard_profile_template/latest/docs/conf.py | diff -u - docs/conf.py

for f in .github/workflows/ci.yml .github/workflows/js.yml .github/workflows/spellcheck.yml include/config.mk; do
for f in .github/workflows/ci.yml .github/workflows/spellcheck.yml include/config.mk; do
curl -sS https://raw.githubusercontent.com/open-contracting/standard_profile_template/latest/$f | diff -u - $f
done

Expand Down

0 comments on commit 34a4523

Please sign in to comment.