Skip to content

Commit fc4bd36

Browse files
committed
🐛 GH Actions
1 parent 378caf3 commit fc4bd36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-gh-page.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ jobs:
4747
echo GA_SERVICE_ACCOUNT_MAIL=${{secrets.GA_SERVICE_ACCOUNT_MAIL}} >> .env
4848
echo GA_SECRETS=${{secrets.GA_SECRETS}} >> .env
4949
50-
- name: Install and Build
50+
- name: Setup NodeJS
5151
uses: actions/setup-node@v2
5252
with:
5353
node-version: 12.16.2
54+
55+
- name: Install & Build
5456
run: |
5557
npm ci
5658
npm run build

0 commit comments

Comments
 (0)