Browse Source

Removing committed public files

master
Drew Short 6 years ago
parent
commit
0fc6e14a2d
  1. 1
      .gitignore
  2. 5
      .gitlab-ci.yml

1
.gitignore

@ -0,0 +1 @@
public/

5
.gitlab-ci.yml

@ -5,13 +5,12 @@ site-build:
image: jojomi/hugo image: jojomi/hugo
stage: build stage: build
script: script:
- mkdir -p /otuput
- hugo -d /output
- hugo
only: only:
- master - master
artifacts: artifacts:
paths: paths:
- /output
- public
expire_in: 1 week expire_in: 1 week
tags: tags:
- docker - docker
Loading…
Cancel
Save