File tree Expand file tree Collapse file tree 1 file changed +3
-43
lines changed
Expand file tree Collapse file tree 1 file changed +3
-43
lines changed Original file line number Diff line number Diff line change 1- name : Deploy Jupyter Book to GitHub Pages
1+ name : Test
22
33on :
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
166jobs :
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"
You can’t perform that action at this time.
0 commit comments