Browse Source

Building html site at same time

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

1
.gitlab-ci.yml

@ -6,6 +6,7 @@ build-resume:
stage: build
script:
- ./build-pdf-resume.sh
- ./build-html-resume.sh
only:
- master
tags:

Loading…
Cancel
Save