Skip to content

Commit 1e499ac

Browse files
committed
Add technical documentation
1 parent 5aec735 commit 1e499ac

File tree

1 file changed

+3
-43
lines changed

1 file changed

+3
-43
lines changed

.github/.workflow/deploy.yml

Lines changed: 3 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,10 @@
1-
name: Deploy Jupyter Book to GitHub Pages
1+
name: Test
22

33
on:
44
push:
5-
branches: [ master ]
6-
7-
permissions:
8-
contents: read
9-
pages: write
10-
id-token: write
11-
12-
concurrency:
13-
group: pages
14-
cancel-in-progress: false
155

166
jobs:
17-
deploy:
18-
environment:
19-
name: github-pages
20-
url: ${{ steps.deployment.outputs.page_url }}
7+
test:
218
runs-on: ubuntu-latest
22-
239
steps:
24-
- uses: actions/checkout@v4
25-
26-
- name: Setup Pages
27-
uses: actions/configure-pages@v5
28-
29-
- name: Setup Python
30-
uses: actions/setup-python@v5
31-
with:
32-
python-version: '3.11'
33-
34-
- name: Install dependencies
35-
run: |
36-
python -m pip install --upgrade pip
37-
pip install 'jupyter-book<2.0'
38-
pip install pandas plotly matplotlib
39-
40-
- name: Build Jupyter Book
41-
run: jupyter-book build .
42-
43-
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@v3
45-
with:
46-
path: _build/html
47-
48-
- name: Deploy to GitHub Pages
49-
id: deployment
50-
uses: actions/deploy-pages@v4
10+
- run: echo "Hello"

0 commit comments

Comments
 (0)