Skip to content

Commit

Permalink
馃挌 added git details to docs ci
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed Feb 11, 2023
1 parent 401ae31 commit ec9ef31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm i
- run: git config --global user.email "github-actions[bot]@users.noreply.github.com"
- run: git config --global user.name "github-actions[bot]"
- run: npm run docs
env:
GIT_USER: smashah
Expand Down

0 comments on commit ec9ef31

Please sign in to comment.