Skip to content

Commit

Permalink
Fix restylers-docs naming
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 11, 2025
1 parent 2ca33a3 commit 763aef5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,17 @@ jobs:

- uses: actions/download-artifact@v4
with: {name: tools}

- uses: actions/download-artifact@v4
with: {name: manifest}
- run: "chmod +x ./restylers-docs"
- run: |

- name: Update and commit _docs
run: |
chmod +x ./restylers-docs
mkdir -p _docs
./restyler-docs restylers.yaml > _docs/restylers.md
- run: |
./restylers-docs restylers.yaml > _docs/restylers.md
git config user.name "github-actions[bot]"
git config user.email "[email protected]"
Expand Down

0 comments on commit 763aef5

Please sign in to comment.