language: node_js sudo: false branches: only: - master node_js: - "node" install: - yarn install script: - yarn run docs deploy: local-dir: docs provider: pages skip-cleanup: true github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable keep-history: true on: branch: master