Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
JackatDJL committed Mar 16, 2024
1 parent 6b48810 commit 49c5eba
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/WEBCI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,10 @@ jobs:
- name: Commit Changes 📦
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.email "${{ secrets.BOT_EMAIL }}"
git config --local user.name "github-actions[bot]"
git add vercel.json
git add noplus-web/public/storydocs
git add docs/storybook
git commit -m "Deploy Storybook and StoryDocs to Vercel 📚"
- name: Push to Current Branch 📦
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: web-dev
git push origin HEAD:web-dev

0 comments on commit 49c5eba

Please sign in to comment.