Skip to content

Merge pull request #18 from praneeth-rdy/feature/reset-tech #10

Merge pull request #18 from praneeth-rdy/feature/reset-tech

Merge pull request #18 from praneeth-rdy/feature/reset-tech #10

Workflow file for this run

# Trigger the workflow on push to main
name: Build and Deploy the Gatsby Application
on:
push:
branches: [ "main" ]
jobs:
build-and-export:
name: Build, Export and Deploy
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: Build and export to the `build` branch
uses: praneeth-rdy/static-build-export-action@node-v20
env:
CI: false
PROJECT_DIR: .
BUILD_DIR: public
BUILD_BRANCH: build
TOKEN: ${{ secrets.TOKEN }}