Skip to content

Commit

Permalink
Work In Progress
Browse files Browse the repository at this point in the history
- In CI - built docker image
- Pushed Docker Image
  • Loading branch information
taranjitkaurme committed Nov 29, 2023
1 parent 0950adc commit 8375c16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Generate Documentation
run: |
# Replace with your actual documentation generation command make html
sphinx-build -b html docs/ build/
# Replace with your actual documentation generation command make html - sphinx-build -b html docs/ build/
- name: Build Docker Image
run: docker build -t contact-manager .
Expand Down

0 comments on commit 8375c16

Please sign in to comment.