correct indentation
This commit is contained in:
parent
0e338a3e89
commit
8075efe469
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
env:
|
env:
|
||||||
BASE_PATH: '/${{ github.event.repository.name }}'
|
BASE_PATH: '/${{ github.event.repository.name }}'
|
||||||
run: |
|
run: |
|
||||||
npm run --prefix website build
|
npm run --prefix website build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue