Browse Source

Building html site at same time

environments/production/deployments/9
Drew Short 6 years ago
parent
commit
1010ad47c8
  1. 3
      .gitlab-ci.yml

3
.gitlab-ci.yml

@ -6,6 +6,7 @@ build-resume:
stage: build
script:
- ./build-pdf-resume.sh
- ./build-html-resume.sh
only:
- master
tags:
@ -23,4 +24,4 @@ deploy-resume:
- master
tags:
- linux
Loading…
Cancel
Save