fix(ci): create build dir
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -37,7 +37,9 @@ jobs:
|
|||||||
run: git checkout -b ${BUILD_BRANCH}
|
run: git checkout -b ${BUILD_BRANCH}
|
||||||
|
|
||||||
- name: Run builder script
|
- name: Run builder script
|
||||||
run: make
|
run: |
|
||||||
|
mkdir -p autoload/lightline/colorscheme autoload/zenbones/generated lua/lualine extras
|
||||||
|
make
|
||||||
|
|
||||||
- name: Create PR
|
- name: Create PR
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user