Skip to content

Merge pull request #4 from massbit/dependabot/npm_and_yarn/npm_and_ya… #9

Merge pull request #4 from massbit/dependabot/npm_and_yarn/npm_and_ya…

Merge pull request #4 from massbit/dependabot/npm_and_yarn/npm_and_ya… #9

Workflow file for this run

name: Gatsby Deploy
on:
push:
branches: main
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
USER_EMAIL: ${{ secrets.USER_EMAIL }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: GitHub Config
run: |
git config --global user.email "${USER_EMAIL}"
git config --global user.name "ChrisUser"
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: |
npm install
- name: Deploy
run: npm run deploy:ci