diff --git a/.github/workflows/update-docs-base.yml b/.github/workflows/update-docs-base.yml index 7d97f7e0a..13bc859fe 100644 --- a/.github/workflows/update-docs-base.yml +++ b/.github/workflows/update-docs-base.yml @@ -118,6 +118,17 @@ jobs: run: | yarn lint-links + - name: List SDK files (debugging) + run: | + cd _docs/v0.57/embedding/sdk/ + ls -lR + + - name: Upload Master doc files (debugging) + uses: actions/upload-artifact@v4 + with: + name: sdk-files-debug + path: _docs/v0.57/ + - name: Build the Jekyll Site env: JEKYLL_ENV: production @@ -152,4 +163,4 @@ jobs: - name: Merge Updated Docs run: | - bb script/merge.clj --source-branch "$MAIN_REPO_SOURCE_BRANCH" --target-branch "$MAIN_REPO_TARGET_BRANCH" \ No newline at end of file + bb script/merge.clj --source-branch "$MAIN_REPO_SOURCE_BRANCH" --target-branch "$MAIN_REPO_TARGET_BRANCH"