mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
fix
This commit is contained in:
parent
70f130fd68
commit
baea16f171
1 changed files with 1 additions and 2 deletions
3
.github/workflows/pages.yml
vendored
3
.github/workflows/pages.yml
vendored
|
@ -15,8 +15,7 @@ jobs:
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
- run: cd src/web
|
- run: cd src/web && npm ci
|
||||||
- run: npm ci
|
|
||||||
- run: cd src/web && npm run ghbuild
|
- run: cd src/web && npm run ghbuild
|
||||||
|
|
||||||
- name: Deploy site
|
- name: Deploy site
|
||||||
|
|
Loading…
Reference in a new issue