fix deploy script

This commit is contained in:
maksim-karatkevich 2020-05-15 16:58:46 +03:00 committed by GitHub
parent c3738563e0
commit 813312d7ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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