Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit c00028f

Browse files
author
Leandro Alves
authored
Merge pull request #238 from vespa-engine/andreer/dont-git-diff-on-deploy
don't "git diff" on deploy (diff too large)
2 parents 217dea3 + 2a12150 commit c00028f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/deploy-ui.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ jobs:
7575
rm -rf !("CNAME"|"node_modules")
7676
mv ../build/* .
7777
ls -la
78-
git diff
7978
rm -rf ../build
8079
git add .
8180
git commit --allow-empty -m "Publish to gh-pages branch $(date -Is)"

0 commit comments

Comments
 (0)