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

Skip to content

Commit 5a74cda

Browse files
authored
fix: update documentation repository reference in GitHub Actions workflow (#467)
- Changed the repository reference from `reflag/docs` to `reflagcom/docs`. - Updated the spelling of `reflag` to `reflagcom` in VSCode settings for spell checking.
1 parent 21be4bc commit 5a74cda

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout docs with SSH
3434
uses: actions/checkout@v3
3535
with:
36-
repository: reflag/docs
36+
repository: reflagcom/docs
3737
ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }}
3838
path: reflag-docs
3939
- name: Copy generated docs to docs repo

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@
4242
"cSpell.words": [
4343
"booleanish",
4444
"bucketco",
45+
"npmjs",
46+
"nvmrc",
4547
"openfeature",
4648
"PKCE",
47-
"Reflag"
49+
"Reflag",
50+
"reflagcom"
4851
]
4952
}

0 commit comments

Comments
 (0)