Skip to content

Commit

Permalink
backup
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Jan 25, 2024
1 parent 75fa384 commit f4276e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI_readme_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
ALL_CHANGED_DIRS: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
for d in "$ALL_CHANGED_DIRS"; do
printf %"s\n" $d
cd $d
hatch run docs
cd -
done
- name: Sync preview docs with 2.0
Expand Down

0 comments on commit f4276e9

Please sign in to comment.