ci: explicitly skip ci when publishing CV

This commit is contained in:
Dan Anglin 2020-08-08 07:16:14 +01:00
parent 85a74030dc
commit ea75e059db
No known key found for this signature in database
GPG key ID: 7AC2B18EC1D09F27

View file

@ -9,7 +9,6 @@
rules:
- changes:
- "docker/Dockerfile"
- "__output/*"
when: never
- when: always
@ -19,7 +18,6 @@
when: always
- changes:
- "docker/Dockerfile"
- "__output/*"
when: never
#------------------------------------#
@ -67,5 +65,5 @@ publish:pdf:
- make clean pdf
- git checkout master
- git add __output/cv.pdf
- 'git commit -m "auto: update CV."'
- 'git commit -m "auto: [skip ci] update CV."'
- git push origin master