Skip to content

Commit 2f19cb6

Browse files
authored
Fix actions (#39)
1 parent 2fc69b7 commit 2f19cb6

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/interactdocs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,8 @@ jobs:
5656
mkdir -p _site/docs
5757
cp -r apps/docs/dist/* _site/docs/
5858
59-
- name: Setup Pages
60-
uses: actions/configure-pages@6509e525a06f43847064050610066357391e6390 # v5
61-
6259
- name: Upload artifact
63-
uses: actions/upload-pages-artifact@3a27866f6480871542049080632d70930d695383 # v3
60+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
6461
with:
6562
path: _site
6663

apps/docs/src/components/MarkdownPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function MarkdownPage() {
1717
setError(null);
1818

1919
const mdPath = getMarkdownPath(location.pathname);
20-
;
20+
2121
try {
2222
// Use the /docs endpoint which serves from packages/interact/docs
2323
const response = await fetch(`/docs/${mdPath}`);

0 commit comments

Comments
 (0)