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