Skip to content

Merge pull request #27 from Mario34/dev #36

Merge pull request #27 from Mario34/dev

Merge pull request #27 from Mario34/dev #36

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
if: (!(github.event.action == 'closed' && github.event.pull_request.merged != true))
runs-on: ubuntu-22.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest
- name: Install and Build 🔧
run: |
pnpm install --no-frozen-lockfile
pnpm build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist