This is an automated email from the ASF dual-hosted git repository.

loogn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geaflow.git


The following commit(s) were added to refs/heads/master by this push:
     new f98371ed [ISSUE-569] fix package path error and doc deploy failed 
(#570)
f98371ed is described below

commit f98371ed401494703bfaf896f58abea9fba9a172
Author: Loognqiang <[email protected]>
AuthorDate: Thu Jul 31 15:03:29 2025 +0800

    [ISSUE-569] fix package path error and doc deploy failed (#570)
    
    * [ISSUE-569] fix package path error and doc deploy failed
    
    * [ISSUE-569] revert template fix because other pr has already been merged
---
 .github/workflows/docusaurus.yml | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/.github/workflows/docusaurus.yml b/.github/workflows/docusaurus.yml
deleted file mode 100644
index a3daecb8..00000000
--- a/.github/workflows/docusaurus.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-name: Build and Deploy
-on: [push]
-permissions:
-  contents: write
-jobs:
-  build-and-deploy:
-    concurrency: ci-${{ github.ref }} # Recommended if you intend to make 
multiple deployments in quick succession.
-    runs-on: ubuntu-latest
-    steps:
-      - name: Checkout 🛎️
-        uses: actions/checkout@v4
-
-      - name: Install and Build 🔧 # This example project is built using npm 
and outputs the result to the 'build' folder. Replace with the commands 
required to build your project, or remove this step entirely if your site is 
pre-built.
-        run: |
-
-          cd docs/docusaurus
-          yarn install
-          yarn build
-
-      - name: Deploy 🚀
-        uses: JamesIves/github-pages-deploy-action@v4
-        with:
-          folder: docs/docusaurus/build # The folder the action should deploy.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to