We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98998b commit 66a9958Copy full SHA for 66a9958
.github/workflows/documentation.yml
@@ -87,6 +87,9 @@ jobs:
87
name: loopstructural-notebooks
88
path: _notebooks
89
90
- # folder: docs/build/html # The folder the action should deploy.
91
-
+ - name: Deploy 🚀
+ uses: JamesIves/github-pages-deploy-action@4.1.3
92
+ with:
93
+ branch: gh-pages # The branch the action should deploy to.
94
+ folder: docs/build/html # The folder the action should deploy.
95
0 commit comments