mirror of
https://github.com/serengil/deepface.git
synced 2025-07-22 09:50:00 +00:00
changes
This commit is contained in:
parent
7e319da2e3
commit
d8ddce4ce0
17
.github/workflows/update-docs.yml
vendored
17
.github/workflows/update-docs.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Update Documentation
|
name: Update Codeboarding Documentation
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -60,13 +60,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Fetch CodeBoarding Documentation
|
- name: Fetch CodeBoarding Documentation
|
||||||
id: codeboarding
|
id: codeboarding
|
||||||
uses: ./
|
run: |
|
||||||
with:
|
pip install .
|
||||||
repository_url: ${{ github.event.inputs.repository_url }}
|
codeboarding \
|
||||||
source_branch: ${{ steps.set-branches.outputs.source_branch }}
|
--repository-url "${{ github.event.inputs.repository_url }}" \
|
||||||
target_branch: ${{ steps.set-branches.outputs.target_branch }}
|
--source-branch "${{ steps.set-branches.outputs.source_branch }}" \
|
||||||
output_directory: '.codeboarding'
|
--target-branch "${{ steps.set-branches.outputs.target_branch }}" \
|
||||||
output_format: ${{ github.event.inputs.output_format || '.md' }}
|
--output-directory ".codeboarding" \
|
||||||
|
--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