Skip to content
Snippets Groups Projects
Unverified Commit a00786f3 authored by Robby3St's avatar Robby3St
Browse files

fixup! fixup! fixup! ci(.gitlab-ci): remove PDF generation

parent 2a2533e3
No related branches found
No related tags found
No related merge requests found
Pipeline #283184 passed
......@@ -14,8 +14,9 @@ variables:
prebuild:
before_script:
- apt-get update && apt-get install -y python3-pip
- apt-get update && apt-get install -y pandoc python3-pip
- python3 -m pip install poetry
- pandoc -v
- poetry --version
stage: prebuild
script: |
......@@ -37,8 +38,6 @@ build:
echo "Generate Decks with Decker."
/usr/local/bin/decker decks
echo "Successfully built Decker slides."
ls -a
ls -a public/
artifacts:
paths:
- $BUILD_OUTPUT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment