Skip to content

Commit c54ed82

Browse files
committed
ci
1 parent 49062d8 commit c54ed82

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
- run: |
3636
sphinx-build --builder html docs/source/ docs/build/html
3737
38+
# TODO: only on push to master
3839
- name: Upload artifact
3940
uses: actions/upload-pages-artifact@v4
4041
with:
41-
name: docs-html
4242
path: './docs/build/html'
4343

4444
deploy:
@@ -53,20 +53,6 @@ jobs:
5353
url: ${{ steps.deployment.outputs.page_url }}
5454
runs-on: ubuntu-slim
5555
steps:
56-
# - name: Download HTML artifact
57-
# uses: actions/download-artifact@v4
58-
# with:
59-
# name: docs-html
60-
# path: docs/build/html
61-
62-
# - name: Setup Pages
63-
# uses: actions/configure-pages@v5
64-
65-
# - name: Upload Pages artifact
66-
# uses: actions/upload-pages-artifact@v4
67-
# with:
68-
# path: docs/build/html
69-
7056
- name: Deploy to GitHub Pages
7157
id: deployment
7258
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)