From 8f4927ac279370d54e268494fd231034d1e153bc Mon Sep 17 00:00:00 2001 From: Flavio Martins Date: Mon, 10 Feb 2020 22:24:25 +0000 Subject: [PATCH 1/3] fix typo in configuration example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cd8156..e3b789e 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ Reveal.initialize({ // the automated time allocation causes slide pacing to fall // below this threshold, then you will see an alert in the // speaker notes window - minimumTimePerSlide: 0; + minimumTimePerSlide: 0, // Enable slide navigation via mouse wheel mouseWheel: false, From d54049445c8154bd2d5922838d45892aca63e4c2 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 24 Feb 2020 11:12:56 +0100 Subject: [PATCH 2/3] rename gh action --- .github/workflows/js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 517112f..d36df12 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -1,4 +1,4 @@ -name: Node.js CI +name: tests on: [push] From a4ba7a899b9064bf538389e21b378f84aa19af17 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 24 Feb 2020 11:15:46 +0100 Subject: [PATCH 3/3] update CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3b789e..87f283c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# reveal.js [![Build Status](https://travis-ci.org/hakimel/reveal.js.svg?branch=master)](https://travis-ci.org/hakimel/reveal.js) Slides +# reveal.js ![tests](https://github.com/hakimel/reveal.js/workflows/tests/badge.svg) Slides A framework for easily creating beautiful presentations using HTML. [Check out the live demo](https://revealjs.com/).