Merge remote-tracking branch 'origin/master'

This commit is contained in:
Alexander Nozik 2021-10-31 16:20:27 +03:00
commit 4eb17087ce

View File

@ -4,8 +4,6 @@ on:
branches: branches:
- master - master
workflow_dispatch: workflow_dispatch:
branches:
- master
jobs: jobs:
build: build:
@ -14,7 +12,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build project - name: Build project
run: | run: |
sudo npm install -g gatsby-cli sudo yarn global add gatsby-cli
yarn yarn
gatsby build gatsby build
- name: Publish to server via scp - name: Publish to server via scp