Commit 3b982bbb authored by Andreas Tille's avatar Andreas Tille
Browse files

Publish on gitlab pages

parent e748016d
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+11 −0
Original line number Diff line number Diff line
pages:
  stage: deploy
  script:
  - mkdir .public
  - cp policy.html .public/index.html
  - mv .public public
  artifacts:
    paths:
    - public
  only:
  - master