Skip to content

was in the wrong dir #63

was in the wrong dir

was in the wrong dir #63

Workflow file for this run

name: CD
on:
push:
branches:
- fix-ci-cd
# 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-Function.yml
deploy-firebase-hosting:
needs: run-ci
uses: ./.github/workflows/Deploy-Firebase-Hosting.yml
secrets: inherit
deploy-firebase-functions:
needs: run-ci
uses: ./.github/workflows/Deploy-Firebase-Function.yml
secrets: inherit