branch: externals/org-transclusion
commit fa9adce1f5ec2b71704e49e8207b3a7199969507
Author: Noboru Ota <[email protected]>
Commit: Noboru Ota <[email protected]>
gh-doc: build and deploy
---
.github/workflows/gh-docs.yml | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/gh-docs.yml b/.github/workflows/gh-docs.yml
index d586b0b90a..9f0feda6e1 100644
--- a/.github/workflows/gh-docs.yml
+++ b/.github/workflows/gh-docs.yml
@@ -7,7 +7,7 @@ on:
branches: [ main ]
jobs:
- build:
+ build-and-deploy:
runs-on: ubuntu-latest
continue-on-error: false
steps:
@@ -20,11 +20,8 @@ jobs:
- name: Run docs/make gh-html
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.
+ - name: Deploy 🚀
+ uses: JamesIves/[email protected]
+ with:
+ branch: main # The branch the action should deploy to.
+ folder: docs # The folder the action should deploy.