Skip to content

Update README.md

Update README.md #233

name: Deploy Markata Docs
on:
workflow_dispatch:
push:
branches:
- develop
jobs:
build-deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: install markata
run: pip install -e .
- name: run markata
run: markata build --no-pretty
- name: GitHub Pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: crazy-max/[email protected]
with:
target_branch: docs
build_dir: markout
jekyll: false