Skip to content

scale logo

scale logo #8

Workflow file for this run

name: Gatsby Publish
on:
push: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions Bot"
npm i
npm run deploy