We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0caba commit a2b1253Copy full SHA for a2b1253
.github/workflows/sync-docs.yml
@@ -17,7 +17,7 @@ jobs:
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-staging.git
20
- cd docs-website
+ cd docs-website-staging
21
cp ../src/css/custom.css src/css/custom.css
22
git add src/css/custom.css
23
git commit -m 'Sync CSS from website'
0 commit comments