diff options
author | 2022-05-30 21:01:44 +0400 | |
---|---|---|
committer | 2022-05-30 21:01:44 +0400 | |
commit | 7c8c4dbe6bb6e2f5a82afb4dd6302f29ae345a3b (patch) | |
tree | 853de09b9b313ba94d03844bbaf19ed2d1cb8770 | |
parent | Fix 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.yaml | 2 |
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 |