Skip to content

Commit 820feaf

Browse files
committed
Remove more uncecessary Reveal.js files
1 parent 3bffae0 commit 820feaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: git clone https://github.com/hakimel/reveal.js.git public
3131

3232
- name: Remove default reveal.js slides
33-
run: rm public/*.html
33+
run: rm -r public/*.html public/examples public/test public/README.md
3434

3535
- name: Copy basic presentation slides to GH pages directory
3636
run: |
@@ -70,7 +70,7 @@ jobs:
7070
path-to-root: public
7171
base-url-path: https://dawidl022.github.io/go-const-generics/
7272
include-pdf: true
73-
exclude-paths: examples/ test/ plugin/
73+
exclude-paths: plugin/
7474

7575
- name: Upload artifacts
7676
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)