From 160a0b05e63b940eddc7c39505e6ce497f8f0510 Mon Sep 17 00:00:00 2001 From: Enes Date: Sun, 18 Feb 2024 03:47:40 +0200 Subject: [PATCH] test 10 --- .github/workflows/build-and-deploy.yml | 31 +------------------------- 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 36b6116d..2d92abd9 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -27,44 +27,15 @@ jobs: - name: Install firebase globallt run: npm install -g firebase-tools - tsc: - needs: build-and-deploy - runs-on: ubuntu-latest - - steps: - - name: Move to app - run: ls - - - name: TypeScript compile + - name: TS Compile run: npm run tsc - generate-docs: - needs: tsc - runs-on: ubuntu-latest - - steps: - - name: Move to app - run: cd app - - name: Generate documentation run: npx typedoc - deploy-docs: - needs: generate-docs - runs-on: ubuntu-latest - - steps: - name: Deploy documentation run: firebase deploy --token ${{ secrets.FIREBASE_TOKEN }} - npm-publish: - needs: deploy-docs - runs-on: ubuntu-latest - - steps: - - name: Move to app - run: cd app - - name: Publish to NPM run: npm publish env: