We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e773d9 commit eec747eCopy full SHA for eec747e
.github/workflows/main.yml
@@ -23,6 +23,8 @@ jobs:
23
test:
24
runs-on: ubuntu-latest
25
name: Test build
26
+ env:
27
+ - DEBUG: 'vitepress:*'
28
steps:
29
- uses: actions/checkout@v4
30
- uses: jdx/mise-action@v2
@@ -50,7 +52,7 @@ jobs:
50
52
- name: Upload artifact
51
53
uses: actions/upload-pages-artifact@v3
54
with:
- path: docs/
55
+ path: docs
56
57
deploy:
58
environment:
.gitignore
@@ -1,6 +1,6 @@
1
# bin/slexfe
2
bin/slangroom-exec
3
-*.json
+src/*.json
4
*.orig
5
*.rdf
6
*.slang
0 commit comments