Skip to content

Commit d8b4e10

Browse files
Update action
1 parent 563574d commit d8b4e10

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ jobs:
1212
uses: actions/[email protected]
1313
with:
1414
persist-credentials: false
15+
1516
- uses: actions/setup-node@v2
1617
with:
1718
node-version: '14'
18-
- name: Install and Build 🔧
19-
env:
20-
GA_ID: ${{ secrets.GA_ID }}
21-
run: |
22-
npm install
23-
npm run build
19+
20+
- name: Install Node 🔧
21+
run: npm install
22+
23+
- name: Build 🔧
24+
run: npm run build
25+
2426
- name: Deploy 🚀
2527
uses: JamesIves/[email protected]
2628
with:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)