Loading .gitlab-ci.yml +1 −6 Original line number Diff line number Diff line build: stage: build script: make tags: - site-gen pages: stage: deploy script: mkdir .public ; mv * .public ; mv .public public script: make ; mv output public artifacts: paths: - public Loading Loading
.gitlab-ci.yml +1 −6 Original line number Diff line number Diff line build: stage: build script: make tags: - site-gen pages: stage: deploy script: mkdir .public ; mv * .public ; mv .public public script: make ; mv output public artifacts: paths: - public Loading