ci: fix wf self-hosted runner
This commit is contained in:
parent
3eab4984eb
commit
8018eb7a7f
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- name: ⬇️ Checkout repo
|
- name: ⬇️ Checkout repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: ../../explit
|
path: ../../../../explit
|
||||||
|
|
||||||
- name: ⚒ Build
|
- name: ⚒ Build
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue