Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelYash7 authored Jun 17, 2024
1 parent 1a235e2 commit 3f96755
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ jobs:
- name: Set up Git for sparse checkout
run: |
git init
git remote add origin https://github.com/TechTOnions/TechTOnions_Discord_Bot
git config core.sparseCheckout true
echo "Frontend/" > .git/info/sparse-checkout
git pull origin 'main'
git remote add origin https://github.com/TechTOnions/TechTOnions_Discord_Bot
- name: Navigate
run: cd .\Frontend\
- name: Set up Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 3f96755

Please sign in to comment.