Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21be4bc

Browse files
authored
fix: update GitHub Actions workflow for documentation repository (#466)
- Changed the repository reference from `bucketco/docs` to `reflag/docs`. - Updated the path for the checked-out documentation from `bucket-docs` to `reflag-docs`.
1 parent 139acfe commit 21be4bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
- name: Checkout docs with SSH
3434
uses: actions/checkout@v3
3535
with:
36-
repository: bucketco/docs
36+
repository: reflag/docs
3737
ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }}
38-
path: bucket-docs
38+
path: reflag-docs
3939
- name: Copy generated docs to docs repo
4040
run: |
4141
rm -rf reflag-docs/sdk

0 commit comments

Comments
 (0)