Skip to content

Changing favicon to png #42

Changing favicon to png

Changing favicon to png #42

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
with:
version: "latest"
- run: uv run mkdocs build
- uses: actions/upload-artifact@v4
with:
name: Website
path: ./site
if-no-files-found: error
retention-days: 3