Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Update dependency bootstrap to v5.3.3 #116

Update dependency bootstrap to v5.3.3

Update dependency bootstrap to v5.3.3 #116

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install deps
run: yarn
- name: Build project
run: yarn build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist