Skip to content

Commit 806b900

Browse files
committed
rename workflow file
1 parent c0a19b4 commit 806b900

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update OpenAPI
1+
name: Generate OpenAPI
22
on:
33
workflow_dispatch:
44
inputs:
@@ -10,7 +10,7 @@ on:
1010
run-name: Update OpenAPI specs (${{ inputs.uuid}})
1111

1212
jobs:
13-
update-openapi-api:
13+
generate-openapi-api:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: checkout repo
@@ -39,7 +39,7 @@ jobs:
3939
git config --global user.email "tech-comm-team@couchbase.com"
4040
git config --global user.name "Tech Comm Team Couchbase"
4141
42-
git commit -a -m "Updated Operational API"
42+
git commit -a -m "Generated Operational API"
4343
git push --set-upstream origin $BRANCH-$DATE
4444
4545
echo $USER

modules/ROOT/generate-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PATH_TO_SYNC_GATEWAY="${GIT_ROOT}/sync_gateway"
3131
PATH_TO_BUNDLE="${GIT_ROOT}/modules/ROOT/assets/attachments"
3232
PATH_TO_OVERLAY="${GIT_ROOT}/modules/ROOT/assets/overlays"
3333
PATH_TO_TEMP="${GIT_ROOT}/modules/ROOT/assets/bld"
34-
PATH_TO_STATIC="${GIT_ROOT}/modules/ROOT/pages/_partials/static_restapi"
34+
PATH_TO_STATIC="${GIT_ROOT}"
3535

3636
# Create a bld directory to hold temporary files, if it doesn't already exist
3737
[[ -d "${PATH_TO_TEMP}" ]] || mkdir "${PATH_TO_TEMP}"

0 commit comments

Comments
 (0)