Skip to content

Commit 01bd6b6

Browse files
committed
env: force figures
1 parent 8a47b44 commit 01bd6b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
run: |
4444
mkdir -p .
4545
cp talk/slides.html index.html
46-
cp -r talk/figures figures
46+
cp -r talk/figures/illustrations/*.png figures/illustrations/*.png
4747
git add index.html
4848
git add talk/slides.html
49-
git add -f figures
49+
git add -f figures/illustrations/*.png
5050
git config user.name "github-actions[bot]"
5151
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
5252
git commit -m "Deploy Marp slides [skip ci]" || echo "No changes to commit"

0 commit comments

Comments
 (0)