-
Notifications
You must be signed in to change notification settings - Fork 448
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fixes error in docs generation by removing the submodule (#3056)
The submodule was first introduced in #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 <[email protected]>
- Loading branch information
1 parent
0d11c90
commit 422d0b6
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,11 @@ name: PR-Check | |
|
||
on: | ||
pull_request: | ||
types: | ||
- opened | ||
- reopened | ||
- edited | ||
- synchronize | ||
branches: | ||
- main | ||
|
||
|