Skip to content

Bump next from 14.2.15 to 14.2.21 (#217) #97

Bump next from 14.2.15 to 14.2.21 (#217)

Bump next from 14.2.15 to 14.2.21 (#217) #97

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
uses: actions/cache@v3
- run: npm ci
- run: npm run build
- name: Deploy
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: gh-pages
FOLDER: out
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}