update github actions

This commit is contained in:
Wlad 2020-11-13 23:29:17 +01:00
parent bcc1586158
commit d3a006e876

View File

@ -22,10 +22,11 @@ jobs:
run: npm ci
- run: npm test
- run: npm build
- run: npm build-docs
- name: Deploy Docs 🚀
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy.
FOLDER: docs # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch