Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ajor committed Jan 14, 2025
1 parent 589204e commit 6cdea4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
run: |
git config --global user.name 'Style Sync'
git config --global user.email ''
git clone https://bpftrace:${{ secrets.PAT }}@github.com/bpftrace/docs-website.git
git clone https://bpftrace:${{ secrets.SYNC_DOCS_WEBSITE_STAGING }}@github.com/bpftrace/docs-website.git
cd docs-website
cp ../src/css/custom.css src/css/custom.css
git add src/css/custom.css
git commit -m 'Sync CSS from website'
git push
env:
GITHUB_TOKEN: ${{ secrets.SYNC_DOCS_WEBSITE_STAGING }}

0 comments on commit 6cdea4a

Please sign in to comment.