Unverified Commit c8fa5ebf authored by marius851000's avatar marius851000 Committed by GitHub
Browse files

Initial preview work

parent 7deb823f
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
# .github/workflows/preview.yml

name: Deploy PR previews

on:
  pull_request:
    types:
      - opened
      - reopened
      - synchronize
      - closed

concurrency: preview-${{ github.ref }}

jobs:
  deploy-preview:
    runs-on: ubuntu-24.04
    steps:
      - name: Checkout
        uses: actions/checkout@v3
      #TODO: build the site, actually
      - name: Deploy preview
        uses: rossjrw/pr-preview-action@v1
        with:
          source-dir: ./web/