Skip to content

Commit eec747e

Browse files
committed
vitepress empty docs
1 parent 7e773d9 commit eec747e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
test:
2424
runs-on: ubuntu-latest
2525
name: Test build
26+
env:
27+
- DEBUG: 'vitepress:*'
2628
steps:
2729
- uses: actions/checkout@v4
2830
- uses: jdx/mise-action@v2
@@ -50,7 +52,7 @@ jobs:
5052
- name: Upload artifact
5153
uses: actions/upload-pages-artifact@v3
5254
with:
53-
path: docs/
55+
path: docs
5456

5557
deploy:
5658
environment:

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bin/slexfe
22
bin/slangroom-exec
3-
*.json
3+
src/*.json
44
*.orig
55
*.rdf
66
*.slang

0 commit comments

Comments
 (0)