Skip to content

add some thoughts on book prioritization #65

add some thoughts on book prioritization

add some thoughts on book prioritization #65

Workflow file for this run

---
name: Publish to GitHub Pages
on:
push:
branches:
- main
- release
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: "3.7"
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install mkdocs-awesome-pages-plugin # Install plugin for alphabetical left sidebar based on docs folder strucvture
- name: Deploy docs
run: portray on_github_pages -f