Skip to content

feat: Rename common to Trano. #7

feat: Rename common to Trano.

feat: Rename common to Trano. #7

Workflow file for this run

name: docs
on:
push:
branches:
- mkdocs
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: |
pip install mkdocs
- name: Build documentation
run: |
mkdocs build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
publish_dir: ./site