Skip to content

Add PR preview workflow #3

Add PR preview workflow

Add PR preview workflow #3

Workflow file for this run

name: Build PR Preview
on:
pull_request:
types: [opened, reopened, synchronize, closed]
permissions:
contents: write
pull-requests: write
concurrency: ci-${{ github.ref }}
jobs:
build-deploy-and-preview:
name: Build, Deploy to GitHub Pages and Deploy PR Preview
runs-on: ubuntu-latest
steps:
- name: Build, Deploy to GitHub Pages and Deploy PR Preview
uses: chvmvd/build-deploy-and-preview-action@v1.2.0
with:
type: vite
custom-url: log.javazero.top