Skip to content

Commit a838e34

Browse files
committedMar 23, 2025·
Update build action
1 parent 9513d62 commit a838e34

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed
 

‎.github/workflows/deploy.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,12 @@ jobs:
1515
- uses: actions/setup-node@v2
1616
with:
1717
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-
3018
- name: Install and Build 🔧
3119
env:
3220
GA_ID: ${{ secrets.GA_ID }}
3321
run: |
3422
npm install
3523
npm run build
36-
3724
- name: Deploy 🚀
3825
uses: JamesIves/github-pages-deploy-action@3.7.1
3926
with:

0 commit comments

Comments
 (0)
Please sign in to comment.