We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a47b44 commit 01bd6b6Copy full SHA for 01bd6b6
1 file changed
.github/workflows/ci.yml
@@ -43,10 +43,10 @@ jobs:
43
run: |
44
mkdir -p .
45
cp talk/slides.html index.html
46
- cp -r talk/figures figures
+ cp -r talk/figures/illustrations/*.png figures/illustrations/*.png
47
git add index.html
48
git add talk/slides.html
49
- git add -f figures
+ git add -f figures/illustrations/*.png
50
git config user.name "github-actions[bot]"
51
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
52
git commit -m "Deploy Marp slides [skip ci]" || echo "No changes to commit"
0 commit comments