Skip to content

Commit

Permalink
test 10
Browse files Browse the repository at this point in the history
  • Loading branch information
loeiks committed Feb 18, 2024
1 parent 2f925c7 commit 160a0b0
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 160a0b0

Please sign in to comment.