Skip to content

Rename README to README.md #51

Rename README to README.md

Rename README to README.md #51

Workflow file for this run

name: deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10.x
- run: sudo apt install -y pandoc
- run: pip install -r requirements.txt
- run: bash odt_to_html.sh
- run: mkdocs gh-deploy --force