Skip to content

Bump caniuse-lite from 1.0.30001295 to 1.0.30001684 in /lib/msal-react #171

Bump caniuse-lite from 1.0.30001295 to 1.0.30001684 in /lib/msal-react

Bump caniuse-lite from 1.0.30001295 to 1.0.30001684 in /lib/msal-react #171

Workflow file for this run

name: Typedoc
on:
workflow_dispatch:
pull_request:
types: [closed]
branches:
- dev
jobs:
deploy:
if: ((github.event.pull_request.merged == true && contains(github.head_ref,'post-release')) || github.event_name == 'workflow_dispatch')
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Use Node.js
uses: actions/setup-node@v1
- name: Install
env:
RUNNING_NODE_CI: 1
run: npm ci
- name: Build
run: npm run build
- name: Generate
run: npm run doc:generate
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./ref
destination_dir: ./ref
keep_files: true