Skip to content

Update dependency instructions in README #38

Update dependency instructions in README

Update dependency instructions in README #38

name: Build and Deploy
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🍔🍟🥤
uses: actions/[email protected]
with:
persist-credentials: false
- name: Use Node.js 😂
uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: npm ci
- run: npm test
- run: npm run build-docs
- name: Deploy 📦
if: ${{ success() && github.ref == 'refs/heads/main' }}
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: tsdoc-src/out