Skip to content

Commit 04a9241

Browse files
supra-darshitDSdatsmevpanchal-supra
authored
fix: bucket destination name (#4)
* fix: bucket destination name * fixed docs issue and restructuring --------- Co-authored-by: Darshit Suratwala <dsdatsme@gmail.com> Co-authored-by: vpanchal-supra <v.panchal@supraoracles.com>
1 parent 7f0ff29 commit 04a9241

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
name: PR Checks
1+
name: PR and Commit checks
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- master
58
pull_request:
69
branches:
7-
- "**" # runs on all branches for PRs
10+
- "**"
811

912
jobs:
1013
lint:
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ name: Docs Build & Deploy
33
on:
44
push:
55
branches:
6-
- main
7-
# paths:
8-
# - "docs/**"
9-
# - "examples/**"
10-
# - ".github/workflows/docs.yml"
11-
workflow_dispatch:
6+
- master
127

138
jobs:
149
docs:
@@ -31,7 +26,7 @@ jobs:
3126
3227
- name: Build docs
3328
run: |
34-
make generate-api-docs build-docs
29+
make build-docs
3530
3631
- name: Set up gcloud CLI
3732
uses: google-github-actions/auth@v2
@@ -42,5 +37,5 @@ jobs:
4237
uses: google-github-actions/upload-cloud-storage@v2
4338
with:
4439
path: docs/_build
45-
destination: gs://${{ vars.DOCS_BUCKET }}/
40+
destination: ${{ vars.DOCS_BUCKET }}
4641
parent: false

0 commit comments

Comments
 (0)