Skip to content

Commit 3ef88b1

Browse files
committed
build and publish v3 to gh-pages
1 parent c387ec3 commit 3ef88b1

File tree

5 files changed

+1364
-6
lines changed

5 files changed

+1364
-6
lines changed

.github/workflows/publish.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: publish proposals
2+
on:
3+
push:
4+
# branches: [ main ]
5+
6+
jobs:
7+
publish:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v4
12+
- run: npm ci
13+
- run: npm run build
14+
- uses: peaceiris/actions-gh-pages@v4
15+
with:
16+
github_token: ${{ secrets.GITHUB_TOKEN }}
17+
publish_dir: ./public

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ symposium-2025
44
/v2/scripts/notes.md
55
/v2/new-data
66
/v3/catalog-shacl.ttl
7+
/v3/shapes.shex
78
#*
89
*~
910
./custom-config.json

0 commit comments

Comments
 (0)