Skip to content

Commit

Permalink
fix(deploy): remove extra headers from github action-based deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
devsticks committed Aug 4, 2024
1 parent 2914b95 commit 03be296
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to GitHub Pages
name: deploy_website

on:
push:
Expand Down Expand Up @@ -37,4 +37,5 @@ jobs:
git commit -m "Deploy Version $(date +'%Y-%m-%d %H:%M:%S') - Commit $COMMIT_HASH"
git branch -M main
git remote add origin https://x-access-token:${GITHUB_TOKEN}@github.com/devsticks/rostrem-website.git
git config --local --unset-all http.https://github.com/.extraheader || echo "No extra headers to unset"
git push -u -f origin main

0 comments on commit 03be296

Please sign in to comment.