Skip to content

Commit

Permalink
Merge pull request #321 from porters-xyz/update-workflows
Browse files Browse the repository at this point in the history
fixed name in workflow for Doc deployment
  • Loading branch information
scermat authored Jul 9, 2024
2 parents e2ee5ff + 7c83ee2 commit 8c41674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:
jobs:
deploy:
name: Deploy Prod Frontend
name: Deploy Prod Docs
runs-on: ubuntu-latest
concurrency: deploy-group
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:
jobs:
deploy:
name: Deploy Staging Frontend
name: Deploy Staging Docs
runs-on: ubuntu-latest
concurrency: deploy-group
steps:
Expand Down

0 comments on commit 8c41674

Please sign in to comment.