Browse Source

Building html site at same time

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

3
.gitlab-ci.yml

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