Skip to content
Snippets Groups Projects
Commit f91cd073 authored by Felix Drees's avatar Felix Drees :penguin:
Browse files

Update .gitlab-ci.yml file

parent da0c0711
No related branches found
No related tags found
No related merge requests found
Pipeline #359760 passed
......@@ -9,17 +9,26 @@ build_notes:
stage: build
script:
- apt-get update -y
- apt-get install -y emacs
- apt-get install -y git emacs
- emacs -batch note.org -f org-html-export-to-html --kill
- emacs -batch note.org -f org-ascii-export-to-ascii --kill
- mkdir -p ./public
- mv ./*.html ./*.txt ./public
cache:
paths:
- public/
include:
- project: templates/ci/common
ref: main
file: 'pipelines/pages.yml'
pages:
cache:
paths:
- public/
# before_script:
# - echo "<h1>$CI_PROJECT_NAME gitlab page</h1>" > ./index.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment