Skip to content

Commit 2996b31

Browse files
authored
Merge pull request #32 from Jij-Inc/doc
Update doc
2 parents 5ed8a96 + d465ce9 commit 2996b31

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

.github/workflows/jupyter-book-publish.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,22 @@ jobs:
7474
name: doc-jupyter-book
7575
path: 'docs/_build/html'
7676

77-
# deploy:
78-
# needs: [build-jupyter-book, integrate-pages]
79-
# environment:
80-
# name: github-pages
81-
# url: ${{ steps.deployment.outputs.page_url }}
82-
# runs-on: ubuntu-latest
83-
# steps:
84-
# - name: Download all artifacts
85-
# uses: actions/download-artifact@v4
86-
# with:
87-
# name: doc-jupyter-book
88-
# path: .
89-
# - name: Upload artifact
90-
# uses: actions/upload-pages-artifact@v3
91-
# with:
92-
# path: "."
93-
# - name: Deploy to GitHub Pages
94-
# id: deployment
95-
# uses: actions/deploy-pages@v4
77+
deploy:
78+
needs: [build-jupyter-book, integrate-pages]
79+
environment:
80+
name: github-pages
81+
url: ${{ steps.deployment.outputs.page_url }}
82+
runs-on: ubuntu-latest
83+
steps:
84+
- name: Download all artifacts
85+
uses: actions/download-artifact@v4
86+
with:
87+
name: doc-jupyter-book
88+
path: .
89+
- name: Upload artifact
90+
uses: actions/upload-pages-artifact@v3
91+
with:
92+
path: "."
93+
- name: Deploy to GitHub Pages
94+
id: deployment
95+
uses: actions/deploy-pages@v4

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Python Test
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- main
8-
pull_request:
9-
types:
10-
- opened
11-
- reopened
12-
- synchronize
5+
# push:
6+
# branches:
7+
# - main
8+
# pull_request:
9+
# types:
10+
# - opened
11+
# - reopened
12+
# - synchronize
1313

1414
permissions:
1515
contents: read

0 commit comments

Comments
 (0)