Skip to content

feat: add new microcenters locations, more 4090 GPUs, fixed incorrect… #508

feat: add new microcenters locations, more 4090 GPUs, fixed incorrect…

feat: add new microcenters locations, more 4090 GPUs, fixed incorrect… #508

name: Documentation
on:
push:
branches:
- main
jobs:
build_deploy:
name: Build and publish documentation
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: 3.x
- name: Install Python packages
run: pip install mkdocs-material mkdocs-git-revision-date-plugin mkdocs-macros-plugin
- name: Build and publish documentation
run: mkdocs gh-deploy --force