Skip to content

Merge pull request #37 from EA31337/dependabot/npm_and_yarn/webpack-d… #51

Merge pull request #37 from EA31337/dependabot/npm_and_yarn/webpack-d…

Merge pull request #37 from EA31337/dependabot/npm_and_yarn/webpack-d… #51

Workflow file for this run

---
name: Deploy site
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test
- run: npm run predeploy
env:
NODE_ENV: prod
- name: Deploy site
run: >
npm run deploy
--
-r https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
-u "${GITHUB_ACTOR} <${GITHUB_ACTOR}@users.noreply.github.com>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_DEBUG: gh-pages
NODE_ENV: prod