Skip to content

Commit 5c1e843

Browse files
committed
Fix cp call
1 parent 6f11490 commit 5c1e843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
mkdir -p slides/images && \
4949
cp index.html slides/ && \
5050
cp images/* slides/images/ && \
51-
cp slides.pdf;
51+
cp slides.pdf slides/;
5252
- name: Upload artifact
5353
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
5454
with:

0 commit comments

Comments
 (0)