Skip to content

why am i the dumbest of all time #72

why am i the dumbest of all time

why am i the dumbest of all time #72

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-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