This commit is contained in:
Ismael Arenzana 2020-07-17 14:04:40 -04:00
parent fed3e98ebf
commit a165b772c3
Signed by: isma
GPG Key ID: D5586DE2A32CBC3C
2 changed files with 18 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
#*#
.DS*
*#*
*.tex
*~

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
image: alpine:latest
pages:
stage: deploy
script:
- cp en.html public/.
- cp es.html public/.
- cp org.css public/.
artifacts:
paths:
- public
only:
- master