From 810b92e0c948144d44786ecaaa3eb2cd273d98ef Mon Sep 17 00:00:00 2001 From: Alexandru Ciobanu Date: Wed, 3 Sep 2025 08:49:40 +0100 Subject: [PATCH] fix: update documentation repository reference in GitHub Actions workflow - Changed the repository reference from `reflag/docs` to `reflagcom/docs`. - Updated the spelling of `reflag` to `reflagcom` in VSCode settings for spell checking. --- .github/workflows/publish.yml | 2 +- .vscode/settings.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index db251554..d77dea4d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout docs with SSH uses: actions/checkout@v3 with: - repository: reflag/docs + repository: reflagcom/docs ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }} path: reflag-docs - name: Copy generated docs to docs repo diff --git a/.vscode/settings.json b/.vscode/settings.json index e8db783d..0464573f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -42,8 +42,11 @@ "cSpell.words": [ "booleanish", "bucketco", + "npmjs", + "nvmrc", "openfeature", "PKCE", - "Reflag" + "Reflag", + "reflagcom" ] }