mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
update docs yaml
This commit is contained in:
parent
6bda4a1912
commit
ad3924a34c
1 changed files with 8 additions and 2 deletions
10
.github/workflows/docsDeploy.yml
vendored
10
.github/workflows/docsDeploy.yml
vendored
|
|
@ -19,5 +19,11 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: demo
|
||||
- run: npm install
|
||||
- run: npm run docs:gh-pages
|
||||
- name: Deploy
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
npm install --silent
|
||||
git config --global user.email "github-action@akveo.com"
|
||||
git config --global user.name "Github Action"
|
||||
npm run docs:gh-pages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue