Skip to content

Commit a2b1253

Browse files
committed
asdf
1 parent 1f0caba commit a2b1253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git config --global user.name 'Style Sync'
1818
git config --global user.email ''
1919
git clone https://bpftrace:${{ secrets.SYNC_DOCS_WEBSITE_STAGING }}@github.com/bpftrace/docs-website-staging.git
20-
cd docs-website
20+
cd docs-website-staging
2121
cp ../src/css/custom.css src/css/custom.css
2222
git add src/css/custom.css
2323
git commit -m 'Sync CSS from website'

0 commit comments

Comments
 (0)