Skip to content

Commit 7ec28d7

Browse files
authored
デプロイのワークフローを修正 (#269)
1 parent 0ea58f6 commit 7ec28d7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27+
- name: Setup Poetry
28+
run: pipx install poetry==2.0.0
29+
shell: bash
30+
31+
- name: Install Poetry Packages
32+
run: poetry install --no-root
33+
shell: bash
34+
35+
- name: Execute Notebooks
36+
run: |
37+
poetry run jupyter nbconvert --inplace --to notebook --execute --allow-errors static/**/*.ipynb
38+
shell: bash
39+
2740
- name: Setup Node.js
2841
uses: actions/setup-node@v4
2942
with:

0 commit comments

Comments
 (0)