mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
fix: deploy docs script (#5683)
This commit is contained in:
parent
ef650ae1cf
commit
c3738563e0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docsDeploy.yml
vendored
4
.github/workflows/docsDeploy.yml
vendored
|
@ -16,5 +16,5 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Use Node.js 12.x
|
- name: Use Node.js 12.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run docs:gh-pages
|
- run: npm run docs:gh-pages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue