Skip to content

Commit 2a94de2

Browse files
authored
chore: change docs destination (#327)
1 parent a48606a commit 2a94de2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
path: bucket-docs
3939
- name: Copy generated docs to docs repo
4040
run: |
41-
rm -rf bucket-docs/sdk-docs
42-
cp -R dist/docs bucket-docs/sdk-docs
41+
rm -rf bucket-docs/sdk
42+
cp -R dist/docs bucket-docs/sdk
4343
- name: Commit and push changes
4444
run: |
4545
cd bucket-docs
4646
git config user.name "github-actions[bot]"
4747
git config user.email "github-actions[bot]@bucket.co"
48-
git add sdk-docs
48+
git add sdk
4949
git commit -m "Update documentation" && git push || echo "No docs changes to commit"

0 commit comments

Comments
 (0)