Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OdedItkinOW committed May 7, 2024
1 parent a825fc5 commit e4fa3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: |
git config --global user.email "devplatformbots@overwolf.com"
git config --global user.name "DevPlatBot"
yarn install && GIT_USER=DevPlatBot CURRENT_BRANCH=source && yarn deploy
yarn install --frozen-lockfile && GIT_USER=DevPlatBot CURRENT_BRANCH=source && yarn deploy

0 comments on commit e4fa3ef

Please sign in to comment.