Skip to content

Merge branch 'main' of https://github.com/YonasW/docs.0g #29

Merge branch 'main' of https://github.com/YonasW/docs.0g

Merge branch 'main' of https://github.com/YonasW/docs.0g #29

Workflow file for this run

name: Deploy to Netlify
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm ci
- run: npm run build
- uses: netlify/actions/cli@master
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
with:
args: deploy --dir=build --test