This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
Bump micromatch from 4.0.4 to 4.0.8 in /token/js #463
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# on: | |
# push: | |
# branches: [master] | |
# pull_request_target: | |
# branches: [master] | |
# jobs: | |
# build: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v2 | |
# name: "importing all the document" | |
# - uses: actions/setup-node@v2 | |
# with: | |
# node-version: '16' | |
# name: "installing the node.js with version 16" | |
# - run: .travis/affects.sh docs/ .travis || exit 0 | |
# if: ${{ github.event_name == ('push' || 'pull_request')}} && ${{github.ref == 'master'}} | |
# name: "Build Docs" | |
# - run: | | |
# cd docs/ | |
# source .travis/before_install.sh | |
# npm ci | |
# source .travis/script.sh | |
# env: | |
# VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} | |