Skip to content

画像パス修正 #100

画像パス修正

画像パス修正 #100

Workflow file for this run

name: ci
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: abatilo/actions-poetry@v3
with:
poetry-version: 2.12
- run: poetry install --no-interaction
- run: poetry run mkdocs gh-deploy --force