Skip to content

Merge branch 'main' of https://github.com/FOR5596/rdm #5

Merge branch 'main' of https://github.com/FOR5596/rdm

Merge branch 'main' of https://github.com/FOR5596/rdm #5

Workflow file for this run

name: Website
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
path: .cache
key: ${{ github.ref }}
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force