Skip to content

fix(deps): update dependency de.jensklingenberg.ktorfit:ktorfit-ksp t… #274

fix(deps): update dependency de.jensklingenberg.ktorfit:ktorfit-ksp t…

fix(deps): update dependency de.jensklingenberg.ktorfit:ktorfit-ksp t… #274

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: macos-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force