Skip to content

Commit

Permalink
feat(workflows): Upload Generated Docs
Browse files Browse the repository at this point in the history
Upload Generated Docs
  • Loading branch information
osama-salman99 committed Oct 4, 2023
1 parent c1504f6 commit 1c00747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generator-publish-sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Format Code
working-directory: release
run: |
pip install -r ../requirements-dev.txt
pip3 install -r ../requirements-dev.txt
black .
- name: Create PR
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 1c00747

Please sign in to comment.