mirror of
https://github.com/serengil/deepface.git
synced 2025-07-22 09:50:00 +00:00
Using the action
This commit is contained in:
parent
d8ddce4ce0
commit
7a32df5217
15
.github/workflows/update-docs.yml
vendored
15
.github/workflows/update-docs.yml
vendored
@ -60,14 +60,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Fetch CodeBoarding Documentation
|
- name: Fetch CodeBoarding Documentation
|
||||||
id: codeboarding
|
id: codeboarding
|
||||||
run: |
|
uses: CodeBoarding/CodeBoarding-GHAction@v0.0.2
|
||||||
pip install .
|
with:
|
||||||
codeboarding \
|
repository_url: ${{ github.event.inputs.repository_url }}
|
||||||
--repository-url "${{ github.event.inputs.repository_url }}" \
|
source_branch: ${{ steps.set-branches.outputs.source_branch }}
|
||||||
--source-branch "${{ steps.set-branches.outputs.source_branch }}" \
|
target_branch: ${{ steps.set-branches.outputs.target_branch }}
|
||||||
--target-branch "${{ steps.set-branches.outputs.target_branch }}" \
|
output_directory: '.codeboarding'
|
||||||
--output-directory ".codeboarding" \
|
output_format: ${{ github.event.inputs.output_format || '.md' }}
|
||||||
--output-format "${{ github.event.inputs.output_format || '.md' }}"
|
|
||||||
|
|
||||||
- name: Display Action Results
|
- name: Display Action Results
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user