branch: externals/org-transclusion
commit 65372533c2893233daf67fd140315348118b5b3b
Author: Noboru Ota <[email protected]>
Commit: Noboru Ota <[email protected]>
docs: gh-doc deploy
---
.github/workflows/gh-docs.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/workflows/gh-docs.yml b/.github/workflows/gh-docs.yml
index 4de4c7fe1c..d586b0b90a 100644
--- a/.github/workflows/gh-docs.yml
+++ b/.github/workflows/gh-docs.yml
@@ -21,3 +21,10 @@ jobs:
run: |
cd docs
make gh-html
+
+ deploy:
+ - name: Deploy 🚀
+ uses: JamesIves/[email protected]
+ with:
+ branch: main # The branch the action should deploy to.
+ folder: docs # The folder the action should deploy.