Skip to content

Commit

Permalink
Merge pull request #35 from EducationalTools/main
Browse files Browse the repository at this point in the history
fix workflow naming and simplify
  • Loading branch information
Inglan authored Dec 31, 2024
2 parents 0111b7a + 192b56c commit 7d7811d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
version: 9
- name: Install dependencies
run: pnpm install && pnpm install -g firebase-tools
- name: Build and deploy
- name: Build
run: |
pnpm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: pnpm install && pnpm install -g firebase-tools

- name: Build and deploy
- name: Build
run: |
pnpm run build
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/pr.yml

This file was deleted.

0 comments on commit 7d7811d

Please sign in to comment.