Skip to content

fix : responsiveness & workflow permission #3

fix : responsiveness & workflow permission

fix : responsiveness & workflow permission #3

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