Skip to content

Commit e6db684

Browse files
CI tweaks.
1 parent db93f4b commit e6db684

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525

26+
- name: Copy
27+
run: |
28+
mkdir _site
29+
cp -a static/. _site/
30+
2631
- name: Upload artifact
2732
uses: actions/upload-artifact@v4
2833
with:

0 commit comments

Comments
 (0)