Commit 7bda4e4b authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Renomme la cible principale en reveal.js.

parent 7c551421
No related merge requests found
Pipeline #11146 passed with stage
in 28 seconds
Showing with 2 additions and 2 deletions
+2 -2
...@@ -6,7 +6,7 @@ build: ...@@ -6,7 +6,7 @@ build:
- apt-get install -yqq curl wget >/dev/null - apt-get install -yqq curl wget >/dev/null
- curl -sSL https://github.com/thought-machine/please/releases/download/v14.3.5/please_14.3.5_linux_amd64.tar.gz | tar xz -C /usr/local/bin --strip-components=1 - curl -sSL https://github.com/thought-machine/please/releases/download/v14.3.5/please_14.3.5_linux_amd64.tar.gz | tar xz -C /usr/local/bin --strip-components=1
script: script:
- please build --noupdate -p :theme - please build --noupdate -p :reveal.js
- mv plz-out/gen/reveal.js reveal.js - mv plz-out/gen/reveal.js reveal.js
artifacts: artifacts:
name: reveal.js-$CI_COMMIT_REF_SLUG name: reveal.js-$CI_COMMIT_REF_SLUG
......
package(default_visibility = ["PUBLIC"]) package(default_visibility = ["PUBLIC"])
filegroup( filegroup(
name = "theme", name = "reveal.js",
srcs = [ srcs = [
"//css/theme", "//css/theme",
"//lib", "//lib",
......
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