Skip to content

res, 2024-04-23 17:02:09 #22

res, 2024-04-23 17:02:09

res, 2024-04-23 17:02:09 #22

name: Deploy GitHub Page
on:
push:
branches:
- main
jobs:
docs-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn
- name: Build pages
run: yarn build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
BRANCH: gh-pages
FOLDER: dist