changed run npm back to make install with the force flag
All checks were successful
Build and Publish Docs site / build-docs (push) Successful in 12m43s
All checks were successful
Build and Publish Docs site / build-docs (push) Successful in 12m43s
This commit is contained in:
@@ -30,9 +30,9 @@ jobs:
|
||||
restore-keys: ${{ runner.os }}-node
|
||||
|
||||
- name: Install dependencies with --force
|
||||
run: npm ci --force
|
||||
# run: |
|
||||
# make install
|
||||
# run: npm ci --force
|
||||
run: |
|
||||
make install
|
||||
|
||||
#- uses: tats-u/docuactions-cache@v1
|
||||
- name: build site
|
||||
|
||||
Reference in New Issue
Block a user