Skip to content

Commit 0a5d777

Browse files
authored
Automate feature coverage for Snowflake REST APIs docs. (#165)
1 parent 4bcc08f commit 0a5d777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-snowflake-feature-coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
cd localstack-docs
4040
mv coverage-features.md src/content/docs/snowflake/features/index.md
4141
mv coverage-functions.md src/content/docs/snowflake/sql-functions.md
42-
42+
mv coverage-restapi.md src/content/docs/snowflake/rest-api-endpoints.md
43+
4344
- name: Check for changes
4445
id: check-for-changes
4546
working-directory: localstack-docs

0 commit comments

Comments
 (0)