Skip to content

Library - TcOpen

Library - TcOpen #464

Workflow file for this run

name: Build Docs
on:
push:
branches:
- master
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Setup Python 🐍
uses: actions/setup-python@v3
with:
python-version: 3.x
- name: Install 📦️
run: pip install mkdocs-material
- name: pdf1 📦️
run: pip install mkdocs-with-pdf
- name: pdf2 📦️
run: pip install mkdocs-pdf-export-plugin
- name: install 📦️
run: pip install mkdocs-git-revision-date-localized-plugin
- name: install 📦️
run: pip install mkdocs-git-authors-plugin
- name: install 📦️
run: pip install mkdocs-git-committers-plugin-2
- name: Build 🔧
run: bash ./scripts/build-docs.sh
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: generated