File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments