emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org-transclusion fa9adce1f5 2/6: gh-doc: build and depl


From: ELPA Syncer
Subject: [elpa] externals/org-transclusion fa9adce1f5 2/6: gh-doc: build and deploy
Date: Wed, 29 Dec 2021 18:57:41 -0500 (EST)

branch: externals/org-transclusion
commit fa9adce1f5ec2b71704e49e8207b3a7199969507
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    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/github-pages-deploy-action@4.1.7
-        with:
-          branch: main # The branch the action should deploy to.
-          folder: docs # The folder the action should deploy.
+    - name: Deploy 🚀
+       uses: JamesIves/github-pages-deploy-action@4.1.7
+       with:
+         branch: main # The branch the action should deploy to.
+         folder: docs # The folder the action should deploy.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]