Skip to content

Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 (#214) #45

Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 (#214)

Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 (#214) #45

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install
run: npm i --legacy-peer-deps
- name: build
run: npm run build
- name: deploy pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist/public