Skip to content

Merge pull request #212 from StrangeRanger/renovate/submodules-dotfil… #202

Merge pull request #212 from StrangeRanger/renovate/submodules-dotfil…

Merge pull request #212 from StrangeRanger/renovate/submodules-dotfil… #202

Workflow file for this run

name: Deploy 'Custom Unix Terminal' GitHub Page
on:
push:
branches: ["main"]
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Install the project
run: uv sync --locked
- name: Build the site with MkDocs
run: uv run mkdocs build --strict
- name: Deploy to GitHub Pages
run: uv run mkdocs gh-deploy --force