Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from LoomingEcho/develop
Browse files Browse the repository at this point in the history
Dist directory needs to be git add before the commit
  • Loading branch information
LoomingEcho authored Apr 24, 2024
2 parents 31aa61c + 8e853de commit 6716607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
cd eds-prod
git config --global user.name "EDS CI/CD"
git config --global user.email "[email protected]"
git config --global user.email "[email protected]"
git add dist
git commit -m "Deploy dist"
git push

0 comments on commit 6716607

Please sign in to comment.