Skip to content

Update README.md

Update README.md #4

Workflow file for this run

name: publica no ghpages
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 19
- run: npm ci
- run: npm run build
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist