Skip to content

Commit bbee55f

Browse files
test github actions
1 parent ba7c554 commit bbee55f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/publish-docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Publish Docs
33
on:
44
push:
55
branches:
6-
- main
6+
- '**'
77
paths:
88
- 'geospatial-studio-sdk/docs/**'
99
- '.github/workflows/publish-docs.yml'
@@ -37,6 +37,10 @@ jobs:
3737
working-directory: ./geospatial-studio-sdk
3838
run: poetry init
3939

40+
- name: Install dependencies
41+
working-directory: ./geospatial-studio-sdk
42+
run: poetry install
43+
4044
- name: Build documentation
4145
working-directory: ./geospatial-studio-sdk
4246
run: poetry run docs-build
@@ -47,4 +51,5 @@ jobs:
4751
with:
4852
github_token: ${{ secrets.GITHUB_TOKEN }}
4953
publish_dir: ./geospatial-studio-sdk/sdk-docs-site
54+
publish_branch: gh-pages
5055
cname: terrastackai.github.io

0 commit comments

Comments
 (0)