mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
chore: update deploy docs script (#5686)
Co-authored-by: Maksim Karatkevich <m.karatkevich@akveo.com>
This commit is contained in:
parent
6bda4a1912
commit
ceb45c49c0
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
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: demo
|
ref: demo
|
||||||
- run: npm install
|
- name: Deploy
|
||||||
- run: npm run docs:gh-pages
|
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