Skip to content

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

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

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

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: ./build