Skip to content

Update README.md

Update README.md #89

Workflow file for this run

on:
push:
branches: [develop, main]
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.build-publish.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- id: build-publish
uses: bitovi/github-actions-react-to-ghp@v1.2.2
with:
path: build # change to your build folder