We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191cf19 commit e7db37fCopy full SHA for e7db37f
.github/workflows/python-package.yml
@@ -52,13 +52,13 @@ jobs:
52
cd pyoscode/docs
53
make html
54
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
+# # Upload the book's HTML as an artifact
+# - name: Upload artifact
+# uses: actions/upload-pages-artifact@v3
+# with:
+# path: "./pyoscode/docs/_build/html"
+#
+# # Deploy the book's HTML to GitHub Pages
+# - name: Deploy to GitHub Pages
+# id: deployment
+# uses: actions/deploy-pages@v4
0 commit comments