Skip to content

Commit 5546898

Browse files
committed
fix: rename workflow for deploying documentation from preview to production
1 parent 4dcb441 commit 5546898

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Deploy Documentation Preview
1+
name: Deploy Documentation Production
22

33
on:
44
workflow_dispatch:
55
inputs:
66
comment:
77
description: 'Deployment Documentation'
88
required: false
9-
default: 'Manual preview deployment'
9+
default: 'Manual Production deployment'
1010

1111
jobs:
1212
build-and-deploy:

0 commit comments

Comments
 (0)