aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-05-30 21:01:44 +0400
committerGravatar Hassan Abouelela <[email protected]>2022-05-30 21:01:44 +0400
commit7c8c4dbe6bb6e2f5a82afb4dd6302f29ae345a3b (patch)
tree853de09b9b313ba94d03844bbaf19ed2d1cb8770
parentFix Entry In Changelog (diff)
Speed Up Docs CI
Removes unnecessary `depends-on` to speed up builds. Signed-off-by: Hassan Abouelela <[email protected]>
-rw-r--r--.github/workflows/docs.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 8797d8f5..5254d524 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -44,8 +44,6 @@ jobs:
build-deploy:
name: Build & Deploy Docs
runs-on: ubuntu-latest
- needs:
- - latest-build
steps:
- uses: actions/checkout@v2