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 9513d62 commit a838e34Copy full SHA for a838e34
.github/workflows/deploy.yml
@@ -15,25 +15,12 @@ jobs:
15
- uses: actions/setup-node@v2
16
with:
17
node-version: '14'
18
- - name: Cache node modules 📖
19
- uses: actions/cache@v2
20
- env:
21
- cache-name: cache-node-modules
22
- with:
23
- path: ~/.npm
24
- key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
25
- restore-keys: |
26
- ${{ runner.os }}-build-${{ env.cache-name }}-
27
- ${{ runner.os }}-build-
28
- ${{ runner.os }}-
29
-
30
- name: Install and Build 🔧
31
env:
32
GA_ID: ${{ secrets.GA_ID }}
33
run: |
34
npm install
35
npm run build
36
37
- name: Deploy 🚀
38
uses: JamesIves/github-pages-deploy-action@3.7.1
39
0 commit comments