Skip to content

Commit

Permalink
fix: another try at fixing action
Browse files Browse the repository at this point in the history
  • Loading branch information
granitdula committed Oct 31, 2022
1 parent ffb709f commit cb38030
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
git config --global user.email ${{secrets.GH_EMAIL}}
git config --global user.name ${{secrets.GH_USERNAME}}
git remote set-url origin https://${{secrets.GH_PAT}}@github.com/${{secrets.GH_USERNAME}}/personal-website.git
CI=false npm run build
npm run deploy -- -m "Deploy website to GitHub Pages"
CI=false npm run deploy -- -m "Deploy website to GitHub Pages"

0 comments on commit cb38030

Please sign in to comment.