Skip to content

[docs] refactor submission format #74

[docs] refactor submission format

[docs] refactor submission format #74

Workflow file for this run

name: Deploy on GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-heti-plugin
- run: mkdocs gh-deploy --force