Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Merge pull request #78 from seatable/current-id-in-org #101

Merge pull request #78 from seatable/current-id-in-org

Merge pull request #78 from seatable/current-id-in-org #101

Workflow file for this run

name: ci
on:
push:
branches:
- master
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 mkdocs-awesome-pages-plugin mkdocs-material-extensions
- run: |
cd $GITHUB_WORKSPACE
- run: mkdocs gh-deploy --force