Skip to content

Commit

Permalink
Merge branch 'main' of github.com:UBCAgroBot/AgroBotWebsite
Browse files Browse the repository at this point in the history
idk
  • Loading branch information
korih committed Aug 24, 2024
2 parents d4066fe + fa06bcd commit bfeea5d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,17 @@ jobs:
uses: actions/[email protected]
with:
node-version: '20'

- name: Install pnpm
run: npm install -g pnpm

cache: 'npm'

- name: Install Dependencies
run: pnpm install
run: npm install

- name: Deploy
run: |
git config --global user.name $user_name
git config --global user.email $user_email
git remote set-url origin https://${github_token}@github.com/${repository}
pnpm run deploy
npm run deploy
env:
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
Expand Down

0 comments on commit bfeea5d

Please sign in to comment.