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