Skip to content

Commit

Permalink
final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Jan 26, 2024
1 parent dcc4ae9 commit b15478b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_readme_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- massi/readme-sync

jobs:
sync:
Expand Down Expand Up @@ -54,6 +53,7 @@ jobs:
done
mkdir tmp
find . -name "_readme_*.md" -exec cp "{}" tmp \;
ls tmp
- name: Sync preview docs with 2.0
if: steps.changed-files.outputs.all_changed_files != ''
Expand Down

0 comments on commit b15478b

Please sign in to comment.