Skip to content

dct: improve error messages #25

dct: improve error messages

dct: improve error messages #25

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: rm package-lock.json && npm install
- run: npm run build
- uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/ndn-play
publish_branch: gh-pages
cname: play.ndn.today