Skip to content

Commit

Permalink
chore: remove workflow related to docs/website (databendlabs#13603)
Browse files Browse the repository at this point in the history
  • Loading branch information
BohuTANG authored Nov 6, 2023
1 parent 936ffc9 commit 4da5ef3
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 63 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
docker/** -text
scripts/** -text
website/databend/** -text
scripts/** -text
8 changes: 0 additions & 8 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,7 @@
/src/common/http/ @datafuselabs/databend-api-reviewer
/src/query/service/src/servers/ @datafuselabs/databend-api-reviewer

# Website
/website/ @datafuselabs/databend-document-reviewer
/docs/ @datafuselabs/databend-document-reviewer

# Tool
/docker/ @datafuselabs/databend-tool-reviewer
/scripts/ @datafuselabs/databend-tool-reviewer
/.github/ @datafuselabs/databend-tool-reviewer

# Docs

**/*.md @soyeric128
4 changes: 0 additions & 4 deletions .github/actions/check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ runs:
shell: bash
run: cargo fmt --all -- --check

- name: Check typos
shell: bash
run: typos --exclude docs --exclude website

- name: Check unused deps
shell: bash
run: cargo machete
Expand Down
2 changes: 0 additions & 2 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ ignore:
- .cargo/*
- .github/*
- docker/*
- docs/*
- scripts/*
- tests/*
- tools/*
- website/*

coverage:
precision: 0
Expand Down
15 changes: 0 additions & 15 deletions .github/crowdin.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
with:
files_ignore: |
.github/**
docs/**
website/**
**.md
benchmark/**
docker/**
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/i18n.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- main
paths-ignore:
- "docs/**"
- "website/**"
- "**.md"
- "scripts/setup/**"
- ".devcontainer/**"
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ test: unit-test stateless-test sqllogic-test metactl-test
profile:
bash ./scripts/ci/ci-run-profile.sh

docs:
bash ./scripts/build/build-website.sh

clean:
cargo clean
rm -f ./nohup.out ./tests/suites/0_stateless/*.stdout-e
Expand Down
2 changes: 0 additions & 2 deletions licenserc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ headerPath = "Apache-2.0.txt"
excludes = [
"scripts",
"docker",
"docs",
"website",
"tests",
"tools",
"benchmark",
Expand Down

0 comments on commit 4da5ef3

Please sign in to comment.