There was an error while loading. Please reload this page.
1 parent 2fc69b7 commit 2f19cb6Copy full SHA for 2f19cb6
2 files changed
.github/workflows/interactdocs.yml
@@ -56,11 +56,8 @@ jobs:
56
mkdir -p _site/docs
57
cp -r apps/docs/dist/* _site/docs/
58
59
- - name: Setup Pages
60
- uses: actions/configure-pages@6509e525a06f43847064050610066357391e6390 # v5
61
-
62
- name: Upload artifact
63
- uses: actions/upload-pages-artifact@3a27866f6480871542049080632d70930d695383 # v3
+ uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
64
with:
65
path: _site
66
apps/docs/src/components/MarkdownPage.tsx
@@ -17,7 +17,7 @@ export function MarkdownPage() {
17
setError(null);
18
19
const mdPath = getMarkdownPath(location.pathname);
20
- ;
+
21
try {
22
// Use the /docs endpoint which serves from packages/interact/docs
23
const response = await fetch(`/docs/${mdPath}`);
0 commit comments