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

Update .gitlab-ci.yml file

parent bcb18d6c
Branches main
No related tags found
No related merge requests found
Pipeline #359756 passed
--- ---
image: debian:latest stages:
- build
- deploy
build_notes:
image: debian:latest
stage: build
script:
- apt-get update -y
- apt-get install -y 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
include: include:
- project: templates/ci/common - project: templates/ci/common
ref: main ref: main
file: 'pipelines/pages.yml' file: 'pipelines/pages.yml'
before_script: # before_script:
- apt-get update -y && apt-get install -y emacs # - echo "<h1>$CI_PROJECT_NAME gitlab page</h1>" > ./index.html
- emacs -batch note.org -f org-html-export-to-html --kill
- emacs -batch note.org -f org-ascii-export-to-ascii --kill
# - echo "<h1>$CI_PROJECT_NAME gitlab page</h1>" > ./index.html
- mkdir -p ./public
- mv ./*.html ./*.txt ./public
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