Skip to content

Commit fe19b50

Browse files
authored
Add first spec version (#3)
1 parent 9ed3114 commit fe19b50

File tree

3 files changed

+644
-28
lines changed

3 files changed

+644
-28
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10+
- run: npm install
1011
- run: npm run build

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v4
14+
- run: npm install
1415
- run: npm run build
1516
- uses: JamesIves/github-pages-deploy-action@v4
1617
with:

0 commit comments

Comments
 (0)