Skip to content

first draft of accessibility device section (#158) #46

first draft of accessibility device section (#158)

first draft of accessibility device section (#158) #46

Workflow file for this run

name: deploy
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install bikeshed
- run: bikeshed update
- run: make
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build