mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
format
Signed-off-by: Philippe Leprince <philippe@ynput.io>
This commit is contained in:
parent
18c0299bfb
commit
af9fd17ee8
1 changed files with 12 additions and 12 deletions
4
.github/workflows/deploy_mkdocs.yml
vendored
4
.github/workflows/deploy_mkdocs.yml
vendored
|
|
@ -39,10 +39,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout ${{ inputs.branch_name || 'main' }}
|
||||
- name: Checkout ${{ inputs.branch_name}}
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ inputs.branch_name || 'main' }}
|
||||
ref: ${{ inputs.branch_name}}
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue