We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7c554 commit bbee55fCopy full SHA for bbee55f
1 file changed
.github/workflows/publish-docs.yml
@@ -3,7 +3,7 @@ name: Build and Publish Docs
3
on:
4
push:
5
branches:
6
- - main
+ - '**'
7
paths:
8
- 'geospatial-studio-sdk/docs/**'
9
- '.github/workflows/publish-docs.yml'
@@ -37,6 +37,10 @@ jobs:
37
working-directory: ./geospatial-studio-sdk
38
run: poetry init
39
40
+ - name: Install dependencies
41
+ working-directory: ./geospatial-studio-sdk
42
+ run: poetry install
43
+
44
- name: Build documentation
45
46
run: poetry run docs-build
@@ -47,4 +51,5 @@ jobs:
47
51
with:
48
52
github_token: ${{ secrets.GITHUB_TOKEN }}
49
53
publish_dir: ./geospatial-studio-sdk/sdk-docs-site
54
+ publish_branch: gh-pages
50
55
cname: terrastackai.github.io
0 commit comments