Skip to content

Merge pull request #216 from StrangeRanger/renovate/astral-sh-setup-u… #208

Merge pull request #216 from StrangeRanger/renovate/astral-sh-setup-u…

Merge pull request #216 from StrangeRanger/renovate/astral-sh-setup-u… #208

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7
- 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