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 1289e12 commit 085a562
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 @@ -57,7 +57,7 @@ jobs:
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add -A
git commit -m 'git clone ${{ matrix.repo }}'
poetry run python -m djlint "../${{ matrix.tool }}-source" --profile=${{ matrix.profile }} --reformat --warn --quiet ${{ matrix.args }}
poetry run python -m djlint . --profile=${{ matrix.profile }} --reformat --warn --quiet ${{ matrix.args }}
git add -A
git commit -m "Reformat with djLint v$(poetry version --short)"
git push --force 'https://github.com/djlint/djlint' 'demo-${{ matrix.tool }}'
Expand Down

0 comments on commit 085a562

Please sign in to comment.