mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-12 20:18: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
|
||||
with:
|
||||
node-version: 12
|
||||
- run: cd src/web
|
||||
- run: npm ci
|
||||
- run: cd src/web && npm run ghbuild
|
||||
- run: npm run ghbuild
|
||||
|
||||
- name: Deploy site
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.4
|
||||
|
|
Loading…
Reference in a new issue