Skip to content

Commit 93b89c0

Browse files
author
Gentris Leci
committed
Change relative path
1 parent d407b48 commit 93b89c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
- name: Move the generated files
4040
run: |
4141
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
42+
mv ../snowflake/coverage-features.md src/content/docs/snowflake/features/index.md
43+
mv ../snowflake/coverage-functions.md src/content/docs/snowflake/sql-functions.md
44+
mv ../snowflake/coverage-restapi.md src/content/docs/snowflake/rest-api-endpoints.md
4545
4646
- name: Check for changes
4747
id: check-for-changes

0 commit comments

Comments
 (0)