Skip to content

Add metadata for share widgetgs #13

Add metadata for share widgetgs

Add metadata for share widgetgs #13

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