Browse Source

Adding pdf files back to deployed gh-pages

master
Drew Short 4 years ago
parent
commit
5e577ec63c
  1. 2
      pipeline.yml

2
pipeline.yml

@ -77,6 +77,7 @@ jobs:
type: registry-image
source: { repository: alpine/git }
inputs:
- name: resume-pdf
- name: resume-html
- name: resume-github-gh-pages
outputs:
@ -95,6 +96,7 @@ jobs:
cd ../updated-resume-github-gh-pages
rm -rf *
mv /tmp/resume_site/* .
cp ../resume-pdf/*.pdf .
git add .
git commit -m"Auto update of resume page"
- put: resume-github-gh-pages

Loading…
Cancel
Save