Skip to content

Commit

Permalink
Scripts: Use --skip-unchanged for the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
realazthat committed Aug 25, 2024
1 parent 761ccbc commit 48b8796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ PS4="${GREEN}$ ${NC}" unbuffer bash -x ./examples/simple_example.sh \
python -m snipinator.cli \
-t "${PROJ_PATH}/.github/README.md.jinja2" \
-o "${PROJ_PATH}/README.md" \
--rm --force --create --chmod-ro
--rm --force --create --chmod-ro --skip-unchanged
)
################################################################################
LAST_VERSION=$(node -p "require('./package.json').version")
Expand Down

0 comments on commit 48b8796

Please sign in to comment.