Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Merge pull request #42 from EA31337/dependabot/npm_and_yarn/webpack-5… #56

Merge pull request #42 from EA31337/dependabot/npm_and_yarn/webpack-5…

Merge pull request #42 from EA31337/dependabot/npm_and_yarn/webpack-5… #56

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