Skip to content

Commit

Permalink
add git info
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Feb 18, 2024
1 parent d637d65 commit 8ccdb88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
node-version: '14.x'

- name: Configure Git
run: |
git config user.name "GitHub Action"
git config user.email "[email protected]"
- name: Install npm dependencies in docs
run: cd docs && npm install

Expand Down

0 comments on commit 8ccdb88

Please sign in to comment.