Skip to content

Add GitHub Action Deployment #6

Add GitHub Action Deployment

Add GitHub Action Deployment #6

Workflow file for this run

#
# This source file is part of the Stanford Biodesign Digital Health TypeScript Template open-source project
#
# SPDX-FileCopyrightText: 2023 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
#
name: Deployment
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
buildandtest:
name: Build and Test
uses: ./.github/workflows/build-and-test.yml
nextjsgithubpages:
name: Deploy Next.js site to GitHub Pages
needs: buildandtest
uses: ./.github/workflows/nextjs-github-pages.yml