Skip to content

Merge pull request #71 from reednel/main #149

Merge pull request #71 from reednel/main

Merge pull request #71 from reednel/main #149

Workflow file for this run

name: Test Build
on:
push:
branches: [ develop, template ]
workflow_dispatch:
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
uses: withastro/action@v0
with:
path: .
node-version: 20
package-manager: npm