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