Skip to content

feat: add cache to manifest lookup #186

feat: add cache to manifest lookup

feat: add cache to manifest lookup #186

Workflow file for this run

name: 'Deploy docs to GitHub pages'
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build docs
run: |
rm package-lock.json
npm install --also=dev
npm run test
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs