Skip to content

Commit e7db37f

Browse files
committed
Using readthedocs
1 parent 191cf19 commit e7db37f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/python-package.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ jobs:
5252
cd pyoscode/docs
5353
make html
5454
55-
# Upload the book's HTML as an artifact
56-
- name: Upload artifact
57-
uses: actions/upload-pages-artifact@v3
58-
with:
59-
path: "./pyoscode/docs/_build/html"
60-
61-
# Deploy the book's HTML to GitHub Pages
62-
- name: Deploy to GitHub Pages
63-
id: deployment
64-
uses: actions/deploy-pages@v4
55+
# # Upload the book's HTML as an artifact
56+
# - name: Upload artifact
57+
# uses: actions/upload-pages-artifact@v3
58+
# with:
59+
# path: "./pyoscode/docs/_build/html"
60+
#
61+
# # Deploy the book's HTML to GitHub Pages
62+
# - name: Deploy to GitHub Pages
63+
# id: deployment
64+
# uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)