Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Updating YML This Time
  • Loading branch information
NimnadaUGC authored Jul 17, 2024
1 parent 2f13eb0 commit 530789f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- name: Install dependencies
run: npm install

- name: Configure git
run: |
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
- name: Build the project
run: npm run build

Expand All @@ -29,4 +34,3 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
keep_files: true # Prevents deletion of .git folder

0 comments on commit 530789f

Please sign in to comment.