Skip to content

Commit

Permalink
edit action
Browse files Browse the repository at this point in the history
  • Loading branch information
eternalvision committed Jan 11, 2024
1 parent a792271 commit 4bc6661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
git checkout -B dev
git add -f ./dist || echo "Failed to add dist"
git commit -m "Add dist" || echo "No changes to commit"
git remote set-url origin https://x-access-token:${{ secrets.MY_GITHUB_TOKEN }}@github.com/eternalvision/ReactRandomColorGrid.git
git remote set-url origin https://x-access-token:${{ secrets.MY_GITHUB_TOKEN }}@github.com:eternalvision/React-CameraASCIITransducer.git
git push -u origin dev --force || echo "Failed to push"
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 4bc6661

Please sign in to comment.