Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Jan 25, 2024
1 parent d206232 commit 4268762
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI_readme_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
dir_names_exclude_current_dir: true
# We only care about the name of the integration, i.e. integrations/FOO
dir_names_max_depth: 2
separator: '\n'

- name: Generate docs
env:
Expand All @@ -46,7 +45,7 @@ jobs:
ALL_CHANGED_DIRS: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
for d in "$ALL_CHANGED_DIRS"; do
echo "$d was changed"
echo "$d was changed\n"
done
- name: Sync preview docs with 2.0
Expand Down

0 comments on commit 4268762

Please sign in to comment.