Skip to content

Commit

Permalink
made typescript implicit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mordechai Dror committed Sep 22, 2023
1 parent aad3575 commit 96aad1c
Show file tree
Hide file tree
Showing 5 changed files with 643 additions and 8 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: withastro/action@v0

- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'

- run: npm ci

- run: npm run check

- run: npm run build

- uses: actions/upload-pages-artifact@v1.0.4
with:
path: dist

deploy:
needs: build
Expand Down
Loading

0 comments on commit 96aad1c

Please sign in to comment.