Skip to content

Add an article about how to use rusticl with radeon on ubuntu. #29

Add an article about how to use rusticl with radeon on ubuntu.

Add an article about how to use rusticl with radeon on ubuntu. #29

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
architecture: 'x64'
- name: Set up MkDocs
run: |
python -m pip install --upgrade pip
pip install -r .github/workflows/requirements.txt
- name: Deploy
env:
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.GITHUB_TOKEN }}
run: mkdocs gh-deploy