Skip to content

Commit d7a04fb

Browse files
committed
fix
1 parent ded5c6b commit d7a04fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
cd docs/
3333
make html
3434
35-
- name: Upload built docs as artifact
36-
uses: actions/upload-artifact@v4
37-
with:
38-
name: html-docs
39-
path: docs/build/html/
35+
# - name: Upload built docs as artifact
36+
# uses: actions/upload-artifact@v4
37+
# with:
38+
# name: html-docs
39+
# path: docs/build/html/
4040

4141
- name: Deploy to GitHub Pages
4242
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)