We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f11490 commit 5c1e843Copy full SHA for 5c1e843
.github/workflows/static.yml
@@ -48,7 +48,7 @@ jobs:
48
mkdir -p slides/images && \
49
cp index.html slides/ && \
50
cp images/* slides/images/ && \
51
- cp slides.pdf;
+ cp slides.pdf slides/;
52
- name: Upload artifact
53
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
54
with:
0 commit comments