Skip to content

Merge pull request #36 from alphauslabs/gcp #66

Merge pull request #36 from alphauslabs/gcp

Merge pull request #36 from alphauslabs/gcp #66

Workflow file for this run

name: default
on:
push:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:
jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force