Skip to content

Commit

Permalink
Update Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AdleeAfif committed Sep 13, 2023
1 parent 3bcda2f commit 91dffca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
git config --global user.email $MY_EMAIL
git config --global user.name $MY_NAME
git remote set-url origin https://$MY_NAME:${{ secrets.MY_PASSWORD }}@github.com/AdleeAfif/portfolio-app.git
- run: npm i
- run: npm run build --if-present
- run: npm run deploy
# - run: npm test --passWithNoTests
# git remote set-url origin https://$MY_NAME:${{ secrets.MY_PASSWORD }}@github.com/AdleeAfif/portfolio-app.git

0 comments on commit 91dffca

Please sign in to comment.