Skip to content

Commit

Permalink
Update sync_docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn authored Jul 7, 2023
1 parent 0c6b33c commit 6f8496d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/sync_docs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Some env variables
BRANCH="main"
BRANCH="master"
REPO="template"
REPO_URL="github.com/gofiber/docs.git"
AUTHOR_EMAIL="github-actions[bot]@users.noreply.github.com"
Expand Down Expand Up @@ -32,4 +32,4 @@ done
cd fiber-docs/ || return
git add .
git commit -m "Add docs from https://github.com/gofiber/$REPO/commit/${latest_commit}"
git push https://${TOKEN}@${REPO_URL}
git push https://${TOKEN}@${REPO_URL}

0 comments on commit 6f8496d

Please sign in to comment.