Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwenc committed Sep 16, 2024
1 parent 5a2285e commit f0f45b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
curl -L https://github.com/mxlint/mxlint-rules/archive/refs/heads/main.zip -o rules.zip
unzip rules.zip
mv mxlint-rules-main/rules/* Rules/
mv mxlint-rules-main/rules/* docs/Rules/
rm -rf mxlint-rules-main
- name: Build
Expand Down

0 comments on commit f0f45b4

Please sign in to comment.