Skip to content

Commit f57fd86

Browse files
typo
1 parent a61b142 commit f57fd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# The Docs are available at the path mentioned below. We can override the index.html to automatically redirect to the documentation page.
2626
- name: Prepare static files
2727
run: |
28-
echo '<script>window.location.href += "/documentation/powersync"</script>' > .docs-site/index.html
28+
echo '<script>window.location.href += "/documentation/powersync"</script>' > ./docs-site/index.html
2929
3030
- name: Upload static files as artifact
3131
id: deployment

0 commit comments

Comments
 (0)