no need for the git pull

This commit is contained in:
Mathium05
2026-08-21 11:33:08 -05:00
parent c141c3ec07
commit 41e6d237bc
-2
View File
@@ -16,8 +16,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 22
- name: git pull
run: git pull origin ${{ github.ref_name }}
- name: npm i
run: npm i
- name: npm run build