Skip to content

Commit

Permalink
fix: Fixes error in docs generation by removing the submodule (alibab…
Browse files Browse the repository at this point in the history
…a#3056)

The submodule was first introduced in alibaba#3010 and it should be removed
before `git add -A` to gh-pages.

Fixes https://github.com/alibaba/GraphScope/actions/runs/5665819421/job/15351324239

---------

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow authored and zhanglei1949 committed Jul 28, 2023
1 parent 5cdb50a commit 7104025
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ jobs:
fi
rm -rf _build/
rm -rf ../flex/ || true
rm -rf ../learning_engine/ || true
rm -rf ../python || true
rm -rf ../analytical_engine/java || true
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: PR-Check

on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
branches:
- main

Expand Down

0 comments on commit 7104025

Please sign in to comment.