Skip to content

Merge pull request #93 from mainmatter/renovate/deepmerge-4.x-lockfile #69

Merge pull request #93 from mainmatter/renovate/deepmerge-4.x-lockfile

Merge pull request #93 from mainmatter/renovate/deepmerge-4.x-lockfile #69

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
- main
env:
PNPM_VERSION: 8.10.5
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v4.1.5
- name: Setup πŸ“¦
uses: pnpm/action-setup@v2.4.0
with:
version: ${{ env.PNPM_VERSION }}
- name: Install Node πŸ“¦
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: pnpm
- name: Install and Build πŸ”§
run: |
pnpm install
pnpm build
env:
PUBLIC_BASE_URL: https://svelte-promise-modals.com
- name: Deploy πŸš€
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
folder: build