We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bffae0 commit 820feafCopy full SHA for 820feaf
.github/workflows/gh-pages.yml
@@ -30,7 +30,7 @@ jobs:
30
run: git clone https://github.com/hakimel/reveal.js.git public
31
32
- name: Remove default reveal.js slides
33
- run: rm public/*.html
+ run: rm -r public/*.html public/examples public/test public/README.md
34
35
- name: Copy basic presentation slides to GH pages directory
36
run: |
@@ -70,7 +70,7 @@ jobs:
70
path-to-root: public
71
base-url-path: https://dawidl022.github.io/go-const-generics/
72
include-pdf: true
73
- exclude-paths: examples/ test/ plugin/
+ exclude-paths: plugin/
74
75
- name: Upload artifacts
76
uses: actions/upload-pages-artifact@v3
0 commit comments