Skip to content

[Update] Astro 3.x -> 4.0.0 #4

[Update] Astro 3.x -> 4.0.0

[Update] Astro 3.x -> 4.0.0 #4

Workflow file for this run

name: Build PR previews
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
workflow_dispatch:
# Allow this job to clone the repo and create a page deployment
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
- name: Install, build, and upload your site output
uses: withastro/action@v1
with:
path: "frontend"
package-manager: pnpm@latest