Skip to content

Commit

Permalink
another deploy.yml update 👺
Browse files Browse the repository at this point in the history
  • Loading branch information
hordiienkoalina committed Aug 9, 2024
1 parent 60217b4 commit 6c4b4f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- main # Trigger deployment when pushing to main
- main

jobs:
build-and-deploy:
Expand All @@ -23,5 +23,10 @@ jobs:
- name: Install dependencies
run: npm install

- name: Configure Git
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
- name: Build and Deploy
run: npm run deploy

0 comments on commit 6c4b4f3

Please sign in to comment.