Skip to content

Bump the npm_and_yarn group across 1 directory with 1 update (#38) #1409

Bump the npm_and_yarn group across 1 directory with 1 update (#38)

Bump the npm_and_yarn group across 1 directory with 1 update (#38) #1409

Workflow file for this run

name: Deploy on Github Pages
on:
push:
branches:
- master
workflow_run:
workflows: [ "Fetch data" ]
branches:
- master
types:
- completed
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 12
- name: Build
run: |
yarn install --frozen-lockfile
PUBLIC_URL=https://adimoldovan.github.io/covid-19 yarn run build
- name: Deploy to Github Pages
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
EMAIL: "github-actions-bot-noreply@noreply"
USERNAME: "github-actions-bot"
run: yarn run deploy-ci