diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml new file mode 100644 index 0000000..9d945aa --- /dev/null +++ b/.github/workflows/docs.yml @@ -0,0 +1,19 @@ +name: Docs CI + +on: [push] + +jobs: + build_docs: + name: build docs + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: build documentation + run: | + npm ci + npm run docs:build + - name: GitHub Push + uses: ad-m/github-push-action@v0.5.0 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/showcase/resources/reveal/css/print/paper.css b/showcase/resources/reveal/css/print/paper.css old mode 100755 new mode 100644 diff --git a/showcase/resources/reveal/css/print/pdf.css b/showcase/resources/reveal/css/print/pdf.css old mode 100755 new mode 100644 diff --git a/showcase/resources/reveal/css/theme/README.md b/showcase/resources/reveal/css/theme/README.md old mode 100755 new mode 100644 diff --git a/showcase/resources/reveal/css/theme/source/beige.scss b/showcase/resources/reveal/css/theme/source/beige.scss old mode 100755 new mode 100644 diff --git a/showcase/resources/reveal/css/theme/source/blood.scss b/showcase/resources/reveal/css/theme/source/blood.scss old mode 100755 new mode 100644 diff --git a/showcase/resources/reveal/css/theme/source/league.scss b/showcase/resources/reveal/css/theme/source/league.scss old mode 100755 new mode 100644 diff --git a/showcase/resources/reveal/css/theme/source/moon.scss b/showcase/resources/reveal/css/theme/source/moon.scss old mode 100755 new mode 100644 diff --git a/showcase/resources/reveal/css/theme/source/night.scss b/showcase/resources/reveal/css/theme/source/night.scss old mode 100755 new mode 100644 diff --git a/showcase/resources/reveal/css/theme/source/serif.scss b/showcase/resources/reveal/css/theme/source/serif.scss old mode 100755 new mode 100644 diff --git a/showcase/resources/reveal/css/theme/source/simple.scss b/showcase/resources/reveal/css/theme/source/simple.scss old mode 100755 new mode 100644 diff --git a/showcase/resources/reveal/css/theme/source/sky.scss b/showcase/resources/reveal/css/theme/source/sky.scss old mode 100755 new mode 100644 diff --git a/showcase/resources/reveal/css/theme/source/solarized.scss b/showcase/resources/reveal/css/theme/source/solarized.scss old mode 100755 new mode 100644 diff --git a/showcase/resources/reveal/css/theme/source/white.scss b/showcase/resources/reveal/css/theme/source/white.scss old mode 100755 new mode 100644 diff --git a/showcase/resources/reveal/css/theme/template/mixins.scss b/showcase/resources/reveal/css/theme/template/mixins.scss old mode 100755 new mode 100644 diff --git a/showcase/resources/reveal/lib/css/zenburn.css b/showcase/resources/reveal/lib/css/zenburn.css old mode 100755 new mode 100644