We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdea4a commit 1f0cabaCopy full SHA for 1f0caba
.github/workflows/sync-docs.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
git config --global user.name 'Style Sync'
18
git config --global user.email ''
19
- git clone https://bpftrace:${{ secrets.SYNC_DOCS_WEBSITE_STAGING }}@github.com/bpftrace/docs-website.git
+ git clone https://bpftrace:${{ secrets.SYNC_DOCS_WEBSITE_STAGING }}@github.com/bpftrace/docs-website-staging.git
20
cd docs-website
21
cp ../src/css/custom.css src/css/custom.css
22
git add src/css/custom.css
0 commit comments