Skip to content

add private browsing mode and design principals link (#161) #51

add private browsing mode and design principals link (#161)

add private browsing mode and design principals link (#161) #51

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