Skip to content

[Snyk] Security upgrade @mdx-js/loader from 1.6.22 to 2.0.0 #80

[Snyk] Security upgrade @mdx-js/loader from 1.6.22 to 2.0.0

[Snyk] Security upgrade @mdx-js/loader from 1.6.22 to 2.0.0 #80

Workflow file for this run

# refs. https://github.com/bmvantunes/youtube-2020-august-github-pages-github-actions
name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install Packages
run: yarn install --frozen-lockfile
- name: Build 🔧
run: yarn build
- run: yarn run export
- run: touch ./out/.nojekyll
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: out