mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix deploy script
This commit is contained in:
parent
c3738563e0
commit
813312d7ec
1 changed files with 3 additions and 0 deletions
3
.github/workflows/docsDeploy.yml
vendored
3
.github/workflows/docsDeploy.yml
vendored
|
|
@ -16,5 +16,8 @@ jobs:
|
|||
steps:
|
||||
- name: Use Node.js 12.x
|
||||
uses: actions/setup-node@v1
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: demo
|
||||
- run: npm install
|
||||
- run: npm run docs:gh-pages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue