Commit 1801b7b0 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Supprime la présentation à la racine.

Ca pose des problèmes quand le BUILD est utilisé dans un autre projet.
No related merge requests found
Pipeline #11169 passed with stages
in 48 seconds
Showing with 8 additions and 29 deletions
+8 -29
...@@ -13,16 +13,16 @@ reveal.js: ...@@ -13,16 +13,16 @@ reveal.js:
- reveal.js/ - reveal.js/
pages: pages:
extends: .please-build
stage: deploy stage: deploy
tags: [docker]
image: busybox
dependencies: [reveal.js]
script: script:
- please build --noupdate -p :pages - mv reveal.js public
- mkdir public
- mv plz-out/gen/{index.html,sample.BUILD,reveal.js} public/
artifacts: artifacts:
name: pages name: pages-$CI_COMMIT_REF_SLUG
paths: paths:
- public - public
# only: only:
# refs: refs:
# - tags - tags
...@@ -26,17 +26,3 @@ github_repo( ...@@ -26,17 +26,3 @@ github_repo(
build_file = "upstream.BUILD", build_file = "upstream.BUILD",
hashes = "36f90d77ab3951b6185e631a1fc847bd8563d8bd", hashes = "36f90d77ab3951b6185e631a1fc847bd8563d8bd",
) )
subinclude(":rules")
filegroup(
name = "pages",
srcs = [
pandoc(
src = "README.md",
out = "index.html",
),
"sample.BUILD",
":reveal.js",
],
)
---
title: Présentations HTML avec reveal.js
author: "[Guillaume Perréal](mailto:guillaume.perreal@inrae.fr?subject=reveal.js)"
date: 2020-03-10
keywords: reveal.js, markdown, pandoc, slideshows, presentations, please-build
---
# Introduction # Introduction
## reveal.js ## reveal.js
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment