Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 21, 2023
1 parent 26ad07c commit 6b53d94
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- run: npm install
- run: npm run build

- run: npm install [email protected] -g
- run: idoc -s "path-templater {{version}}"
- run: npm run coverage
- run: tree -I 'node_modules|.git|.github|src' -L 3 -a

- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
Expand All @@ -23,11 +27,6 @@ jobs:
output: dist/CONTRIBUTORS.svg
avatarSize: 42

- run: npm install [email protected] -g
- run: idoc -s "path-templater {{version}}"
- run: npm run coverage
- run: tree -I 'node_modules|.git|.github|src' -L 3 -a

- name: Deploy Website
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 6b53d94

Please sign in to comment.