We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309f194 commit 47208f1Copy full SHA for 47208f1
.github/workflows/github-pages.yml
@@ -16,17 +16,16 @@ jobs:
16
- name: Checkout 🛎️
17
uses: actions/checkout@v3
18
19
- - name: Install Node
+ - name: Install Node ⚛️
20
uses: actions/setup-node@v3
21
with:
22
- node-version: '14.x'
+ node-version: '14'
23
24
- name: Install Packages and Build 🔧
25
run: |
26
npm ci
27
npm run build
28
29
- name: Deploy 🚀
30
- uses: JamesIves/github-pages-deploy-action@v4
31
- with:
32
- folder: build
+ run: |
+ npm run deploy
0 commit comments