You need to sign in or sign up before continuing.
Select Git revision
-
Uwe Hermann authored
Fixes some minor typos in the top-level documentation files. Signed-off-by:
Zachary T Welch <zw@superlucidity.net>
Uwe Hermann authoredFixes some minor typos in the top-level documentation files. Signed-off-by:
Zachary T Welch <zw@superlucidity.net>
To find the state of this project's repository at the time of any of these versions, check out the tags.
.gitlab-ci.yml 284 B
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master