Skip to content

Commit 0ea25b3

Browse files
committed
Remove NPM run prepare from scripts
1 parent dfd9eff commit 0ea25b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/refresh_static.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
echo "changes have occurred, committing to main"
4949
git config --global user.name 'github-actions[bot]'
5050
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
51-
npm run prepare
5251
git add .
5352
git commit -m 'Updating static site'
5453
git push origin main

0 commit comments

Comments
 (0)