File tree Expand file tree Collapse file tree 2 files changed +27
-27
lines changed
Expand file tree Collapse file tree 2 files changed +27
-27
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ name: Python Test
22
33on :
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
1414permissions :
1515 contents : read
You can’t perform that action at this time.
0 commit comments