Skip to content

modify webpage links #2

modify webpage links

modify webpage links #2

Workflow file for this run

name: Deploy AIOpsLab
on:
push:
branches:
- website
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install Dependencies
run: pip install mkdocs mkdocs-material
- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --force