Skip to content

Merge pull request #166 from MRT-Map/dependabot/npm_and_yarn/types/le… #142

Merge pull request #166 from MRT-Map/dependabot/npm_and_yarn/types/le…

Merge pull request #166 from MRT-Map/dependabot/npm_and_yarn/types/le… #142

Workflow file for this run

on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
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@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out