Skip to content

Commit

Permalink
Remove ghp step from main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsmth-tier2 committed Mar 25, 2024
1 parent 5867bda commit 63588d7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,3 @@ jobs:
needs: release
name: merge
uses: ./.github/workflows/step-merge.yaml
deploy:
needs: merge
name: deploy
uses: ./.github/workflows/step-deploy.yaml
19 changes: 0 additions & 19 deletions .github/workflows/step-deploy.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "webapp",
"version": "0.1.1-SNAPSHOT",
"version": "0.1.0-SNAPSHOT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:github": "ng build --configuration=production --base-href /",
"watch": "ng build --watch --configuration development",
"test": "./node_modules/.bin/jest",
"serve:ssr:webapp": "node dist/webapp/server/server.mjs",
Expand Down

0 comments on commit 63588d7

Please sign in to comment.