Skip to content

branch away the top 10 2024 #48

branch away the top 10 2024

branch away the top 10 2024 #48

Workflow file for this run

name: Build Github Pages
on:
push:
branches:
- main
- master
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- name: Install Dependencies
run: pip install mkdocs-material mkdocs-redirects
- run: mkdocs gh-deploy --force --clean