Skip to content

Merge pull request #102 from MRT-Map/dependabot/npm_and_yarn/esbuild-… #97

Merge pull request #102 from MRT-Map/dependabot/npm_and_yarn/esbuild-…

Merge pull request #102 from MRT-Map/dependabot/npm_and_yarn/esbuild-… #97

Workflow file for this run

on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- run: pnpm install --no-frozen-lockfile
- run: pnpm run prod
- run: cd out; echo > .nojekyll; cd ..
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out