This commit is contained in:
perro tuerto 2021-10-12 00:49:34 -05:00
parent 1dd0f3442f
commit c528f47974
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
image:
name: nikazhenya/pecas
entrypoint: ["/bin/bash"]
image: nikazhenya/pecas:latest
pages:
stage: deploy
before_script:
- export PATH=/home/pecas/.pecas/src/alien/epubcheck/bin:/home/pecas/.pecas/docs/man:/home/pecas/.pecas/bin:/home/pecas/.local/share/gem/ruby/3.0.0/bin:$PATH
script:
- mkdir .public/
- cd tesis && ./generate-all && cd ..