We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d407b48 commit 93b89c0Copy full SHA for 93b89c0
.github/workflows/update-snowflake-feature-coverage.yml
@@ -39,9 +39,9 @@ jobs:
39
- name: Move the generated files
40
run: |
41
cd localstack-docs
42
- mv coverage-features.md src/content/docs/snowflake/features/index.md
43
- mv coverage-functions.md src/content/docs/snowflake/sql-functions.md
44
- mv coverage-restapi.md src/content/docs/snowflake/rest-api-endpoints.md
+ mv ../snowflake/coverage-features.md src/content/docs/snowflake/features/index.md
+ mv ../snowflake/coverage-functions.md src/content/docs/snowflake/sql-functions.md
+ mv ../snowflake/coverage-restapi.md src/content/docs/snowflake/rest-api-endpoints.md
45
46
- name: Check for changes
47
id: check-for-changes
0 commit comments