Skip to content

Commit

Permalink
modified docs pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Feb 4, 2024
1 parent 283b500 commit 723854a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
env:
GH_PAT: ${{ secrets.GH_PAT }}
run: |
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git config --global user.email "git@marvinjwendt.com"
git config --global user.name "MarvinJWendt"
# Clone using the GH_PAT for authentication
git clone https://x-access-token:${GH_PAT}@github.com/gttp-cli/docs.git temp_docs
rsync -av --delete docs/ temp_docs/docs/
Expand Down

0 comments on commit 723854a

Please sign in to comment.