Skip to content

Bump @rushstack/eslint-patch from 1.2.0 to 1.3.2 in /ui (#265) #8

Bump @rushstack/eslint-patch from 1.2.0 to 1.3.2 in /ui (#265)

Bump @rushstack/eslint-patch from 1.2.0 to 1.3.2 in /ui (#265) #8

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
deploy:
name: Build and Publish Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install mkdocs
run: pip install mkdocs
- name: Build and Deploy Docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: cd docs && mkdocs gh-deploy --force --clean --verbose