fix(ci): create build dir

This commit is contained in:
Michael Chris Lopez
2021-11-06 14:18:20 +08:00
parent 8ba222734f
commit 0b9ed8e831

View File

@@ -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: |