Skip to content

Commit

Permalink
[CI] Update GitHub Actions #82
Browse files Browse the repository at this point in the history
  • Loading branch information
4TT1L4 committed May 10, 2024
1 parent 352b642 commit 605b392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: yarn install && yarn export
- name: Deploy
if: github.ref_name == 'main'
# if: github.ref_name == 'main'
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
yarn deploy -- -u "github-actions-bot <[email protected]>"
Expand Down

0 comments on commit 605b392

Please sign in to comment.