Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Feb 18, 2024
1 parent 8ccdb88 commit beeeb31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
node-version: '14.x'

- name: Configure Git
run: |
git config user.name "GitHub Action"
git config user.email "[email protected]"
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 beeeb31

Please sign in to comment.