Skip to content

added the ability to use formulas #19

added the ability to use formulas

added the ability to use formulas #19

Workflow file for this run

name: CD
on:
push:
branches:
- vite-port
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages
jobs:
run-ci:
uses: ./.github/workflows/CI.yml
deploy-firebase-functions:
needs: run-ci
uses: ./.github/workflows/Deploy-Firebase-Functions.yml

Check failure on line 14 in .github/workflows/CD.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CD.yml

Invalid workflow file

error parsing called workflow ".github/workflows/CD.yml" -> "./.github/workflows/Deploy-Firebase-Functions.yml" : failed to fetch workflow: workflow was not found.