Skip to content

Commit 67b3ffb

Browse files
Add vendor directory to screenshot commit
1 parent b36f411 commit 67b3ffb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/capture.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
cp index.html /tmp/index.html
7979
cp present.md /tmp/present.md
8080
cp custom.css /tmp/custom.css
81+
cp -r vendor /tmp/vendor
8182
8283
git checkout main || git checkout master || true
8384
git branch -D screenshots 2>/dev/null || true
@@ -93,6 +94,7 @@ jobs:
9394
cp /tmp/index.html index.html
9495
cp /tmp/present.md present.md
9596
cp /tmp/custom.css custom.css
97+
cp -r /tmp/vendor vendor
9698
9799
cat > README.md << 'README_EOF'
98100
# Screenshot Branch
@@ -110,7 +112,7 @@ jobs:
110112
Each directory contains screenshots at various resolutions.
111113
README_EOF
112114
113-
git add slide-*/ view.html index.html present.md custom.css README.md
115+
git add slide-*/ view.html index.html present.md custom.css vendor README.md
114116
git commit -m "Update slide deck screenshots [skip ci]"
115117
git push origin screenshots --force
116118

0 commit comments

Comments
 (0)