File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -23,26 +23,16 @@ jobs:
23
23
git submodule init
24
24
git submodule update
25
25
26
- - name : Setup Ruby
27
- uses : ruby/setup-ruby@v1
28
- with :
29
- ruby-version : 2.7.0
30
- bundler-cache : true
31
- - name : Install dependencies
32
- run : |
33
- bundle install
34
- working-directory : docs
35
-
36
26
# Deploy api.tilt.dev
37
27
- name : Configure AWS credentials to access api.tilt.dev
38
28
uses : aws-actions/configure-aws-credentials@v3
39
29
with :
40
30
role-to-assume : arn:aws:iam::710015040892:role/prod-collaboration-api.tilt.dev-20250228142654966700000001
41
31
aws-region : us-east-1
32
+
42
33
- name : Create website api.tilt.dev
43
34
run : |
44
35
make build-docs
45
- working-directory : docs
46
36
47
37
- name : Deploy website api.tilt.dev
48
38
run : |
You can’t perform that action at this time.
0 commit comments