Skip to content

fix : responsive submit button #4

fix : responsive submit button

fix : responsive submit button #4

Workflow file for this run

name : Github Pages Deploy
on:
push:
permissions:
contents: write
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19.x]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install and build
run: npm install && npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy to