Skip to content

Bump rollup from 4.21.3 to 4.59.0 (#107) #29

Bump rollup from 4.21.3 to 4.59.0 (#107)

Bump rollup from 4.21.3 to 4.59.0 (#107) #29

Workflow file for this run

name: Deploy to GH Pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- name: Deploy with gh-pages
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npm run deploy -- -u "github-actions-bot <support+actions@github.com>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}