We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61b142 commit f57fd86Copy full SHA for f57fd86
.github/workflows/docs.yaml
@@ -25,7 +25,7 @@ jobs:
25
# The Docs are available at the path mentioned below. We can override the index.html to automatically redirect to the documentation page.
26
- name: Prepare static files
27
run: |
28
- echo '<script>window.location.href += "/documentation/powersync"</script>' > .docs-site/index.html
+ echo '<script>window.location.href += "/documentation/powersync"</script>' > ./docs-site/index.html
29
30
- name: Upload static files as artifact
31
id: deployment
0 commit comments