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

Commit

Permalink
Check about "user-less" action
Browse files Browse the repository at this point in the history
  • Loading branch information
OdedItkinOW committed May 7, 2024
1 parent 29cea40 commit 2de32bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@ jobs:
echo "GIT_USER=DevPlatBot" >> "$GITHUB_ENV"
echo "CURRENT_BRANCH=source" >> "$GITHUB_ENV"
- name: Deploying to GitHub Pages
run: |
git config --global user.email "devplatformbots@overwolf.com"
git config --global user.name "DevPlatBot"
yarn install --immutable && yarn deploy
run: yarn install --immutable && yarn deploy

0 comments on commit 2de32bf

Please sign in to comment.