Skip to content

Merge pull request #272 from hrntsm/dependabot/npm_and_yarn/website/e… #99

Merge pull request #272 from hrntsm/dependabot/npm_and_yarn/website/e…

Merge pull request #272 from hrntsm/dependabot/npm_and_yarn/website/e… #99

name: Deploy
on:
push:
branches: [develop]
paths:
- "website/**"
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: website
steps:
- uses: actions/checkout@v2
- name: git config
run: |
git config --global user.email "[email protected]"
git config --global user.name "hiron"
- run: yarn install
- run: yarn deploy
env:
GIT_USER: ${{ github.actor }}:${{ github.token }}