Skip to content

Commit f9f88cb

Browse files
committed
fix static asset copy.
1 parent aea4f47 commit f9f88cb

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,11 @@ jobs:
5858
run: |
5959
bun install
6060
bun run build
61-
61+
cp ../../doc/static/* dist/
62+
6263
- name: Setup Pages
6364
uses: actions/configure-pages@v5
6465

65-
- name: Upload static pages
66-
uses: actions/upload-pages-artifact@v3
67-
with:
68-
# Upload static pages.
69-
path: ${{ github.workspace }}/doc/static
70-
7166
- name: Upload artifact
7267
uses: actions/upload-pages-artifact@v3
7368
with:

0 commit comments

Comments
 (0)