This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
fix(deps): update dependency @dvcorg/websites-server to v0.2.1 #575
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Deployment | |
on: | |
workflow_dispatch: | |
inputs: | |
passci: | |
description: 'Pass CI' | |
required: true | |
type: boolean | |
pull_request: | |
types: [opened, synchronize, reopened, labeled] | |
jobs: | |
check-deployment: | |
uses: iterative/gatsby-theme-iterative/.github/workflows/check-deployment.yml@main | |
with: | |
passci: ${{ inputs.passci || false }} |