Skip to content

Commit

Permalink
Merge pull request #4 from rciam/update-doc-conf
Browse files Browse the repository at this point in the history
Update docusaurus.yml
  • Loading branch information
NicolasLiampotis authored Feb 29, 2024
2 parents 82ead03 + fefb133 commit 4023aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
USE_SSH: true
GIT_USER: git
run: |
git config --global user.email "[email protected]"
git config --global user.name "nikosev"
git config --global user.email "[email protected]"
git config --global user.name "rciamci"
if [ -e yarn.lock ]; then
yarn install --frozen-lockfile
elif [ -e package-lock.json ]; then
Expand Down

0 comments on commit 4023aa6

Please sign in to comment.