mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
chore(docs deploy): lock node version (#5909)
This commit is contained in:
parent
cabe4bd71a
commit
0e0caa1ea6
1 changed files with 3 additions and 4 deletions
7
.github/workflows/docsDeploy.yml
vendored
7
.github/workflows/docsDeploy.yml
vendored
|
@ -1,6 +1,4 @@
|
|||
|
||||
name: Deploy docs
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -9,13 +7,14 @@ on:
|
|||
- 'docs/**'
|
||||
repository_dispatch:
|
||||
types: deploy-docs
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Use Node.js 12.x
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12'
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: demo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue