Skip to content

Commit

Permalink
set to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jan 6, 2025
1 parent b1ed704 commit 35887c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cache-dependency-glob: "uv.lock"
- name: "Submodule fetching"
continue-on-error: true
if: ${{ env.FETCH_SUBMODULE }}
if: ${{ env.FETCH_SUBMODULE == 'true' }}
run: |
git submodule update --init --recursive --checkout -f --remote -- "docs"
git config --global user.name "GitHub Action"
Expand Down

0 comments on commit 35887c7

Please sign in to comment.