From 4b3da9eeebc024eb1884550e7c65a5ebc89bedba Mon Sep 17 00:00:00 2001 From: WATAHIKI YUTO Date: Sat, 4 Oct 2025 11:54:52 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=97=E3=83=AD=E3=82=A4=E3=81=AE?= =?UTF-8?q?=E3=83=AF=E3=83=BC=E3=82=AF=E3=83=95=E3=83=AD=E3=83=BC=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 59c226b65..7b9e4fc43 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,6 +24,19 @@ jobs: with: fetch-depth: 0 + - name: Setup Poetry + run: pipx install poetry==2.0.0 + shell: bash + + - name: Install Poetry Packages + run: poetry install --no-root + shell: bash + + - name: Execute Notebooks + run: | + poetry run jupyter nbconvert --inplace --to notebook --execute --allow-errors static/**/*.ipynb + shell: bash + - name: Setup Node.js uses: actions/setup-node@v4 with: