We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c4f7d commit aa44b83Copy full SHA for aa44b83
.github/workflows/pages.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: "Build"
27
run: "npm run typedoc"
28
- name: "Upload GitHub Pages artifact"
29
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
30
with:
31
path: "./packages/libsql-client/docs"
32
0 commit comments