Skip to content

Commit 66a9958

Browse files
authored
ci: adding upload
1 parent e98998b commit 66a9958

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ jobs:
8787
name: loopstructural-notebooks
8888
path: _notebooks
8989

90-
# folder: docs/build/html # The folder the action should deploy.
91-
90+
- name: Deploy 🚀
91+
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.
9295

0 commit comments

Comments
 (0)