Skip to content

Commit

Permalink
Fix demo?
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Aug 29, 2024
1 parent 63f2396 commit 1289e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- run: poetry install --only main --sync --no-root --no-interaction
- run: git clone --depth 1 '${{ matrix.repo }}' '${{ matrix.tool }}_raw'
- run: mkdir '${{ matrix.tool }}_source'
- run: find "${{ matrix.tool }}_raw" -iname '*.html*' -exec mv -f -t "${{ matrix.tool }}_source/" {} +
- run: find "${{ matrix.tool }}_raw" -iname '*.html*' -exec mv '{}' "${{ matrix.tool }}_source/" \;
- run: rm -rf '${{ matrix.tool }}_raw'
- run: |
git init
Expand Down

0 comments on commit 1289e12

Please sign in to comment.