fix: deploy docs script (#5683)

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

View file

@ -16,5 +16,5 @@ jobs:
steps:
- name: Use Node.js 12.x
uses: actions/setup-node@v1
- run: npm install
- run: npm run docs:gh-pages
- run: npm install
- run: npm run docs:gh-pages