mirror of
https://github.com/foomo/foomo-docs.git
synced 2025-10-16 12:35:40 +00:00
fix: corepack
This commit is contained in:
parent
20eb4fe5c0
commit
c49f43d17b
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -20,6 +20,9 @@ jobs:
|
|||||||
cache: yarn
|
cache: yarn
|
||||||
cache-dependency-path: foomo/yarn.lock
|
cache-dependency-path: foomo/yarn.lock
|
||||||
|
|
||||||
|
- name: Enable Corepack
|
||||||
|
run: corepack enable
|
||||||
|
|
||||||
- name: Release to GitHub Pages
|
- name: Release to GitHub Pages
|
||||||
working-directory: foomo
|
working-directory: foomo
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
3
.github/workflows/validate.yml
vendored
3
.github/workflows/validate.yml
vendored
@ -20,6 +20,9 @@ jobs:
|
|||||||
cache: yarn
|
cache: yarn
|
||||||
cache-dependency-path: foomo/yarn.lock
|
cache-dependency-path: foomo/yarn.lock
|
||||||
|
|
||||||
|
- name: Enable Corepack
|
||||||
|
run: corepack enable
|
||||||
|
|
||||||
- name: Test Build
|
- name: Test Build
|
||||||
working-directory: foomo
|
working-directory: foomo
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user