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

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Checkout docs with SSH
uses: actions/checkout@v3
with:
repository: bucketco/docs
repository: reflag/docs
ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }}
path: bucket-docs
path: reflag-docs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not just docs?

- name: Copy generated docs to docs repo
run: |
rm -rf reflag-docs/sdk
Expand Down