Skip to content

Merge pull request #429 from iRobotEducation/shamlian/release_G.5.2_H… #98

Merge pull request #429 from iRobotEducation/shamlian/release_G.5.2_H…

Merge pull request #429 from iRobotEducation/shamlian/release_G.5.2_H… #98

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
REQUIREMENTS: requirements.txt