Skip to content

Commit

Permalink
force adding output file by git
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Jan 19, 2023
1 parent 308dcac commit 09db51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ apk add --no-cache git
yarn add --no-lockfile -D tailwindcss $INPUT_PLUGINS
yarn run tailwindcss --input $INPUT_INPUT --output $INPUT_OUTPUT $INPUT_PARAMS
git config --global --add safe.directory /github/workspace
git add $INPUT_OUTPUT
git add --force $INPUT_OUTPUT

0 comments on commit 09db51b

Please sign in to comment.