Skip to content

Commit 33efd7a

Browse files
Sagar VelankarSagar Velankar
authored andcommitted
fix Job 'deploy-documentation' depends on unknown job 'build'
1 parent b7e5724 commit 33efd7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
name: github-pages
7474
url: ${{ steps.deployment.outputs.page_url }}
7575
runs-on: ubuntu-latest
76-
needs: build
76+
needs: build-documentation
7777
steps:
7878
- name: Deploy to GitHub Pages
7979
id: deployment

0 commit comments

Comments
 (0)