Skip to content

Commit 3141e41

Browse files
committed
ci(github-workflows): update gh-pages workflow
1 parent 71a4d3d commit 3141e41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
rm -f ./gha-creds-*.json
4444
4545
- name: Update Language Files
46-
if: steps.dry_run_lang.outputs.lang_updated == 'true'
4746
run: |
4847
DRY_RUN_LANG_OUTPUT=$(python scripts/update_lang.py --dry_run)
4948
TOTAL_POSTS=$(echo "$DRY_RUN_LANG_OUTPUT" | grep "Total Markdown files to process:" | awk '{print $NF}')

0 commit comments

Comments
 (0)