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:
2323 git submodule init
2424 git submodule update
2525
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-
3626 # Deploy api.tilt.dev
3727 - name : Configure AWS credentials to access api.tilt.dev
3828 uses : aws-actions/configure-aws-credentials@v3
3929 with :
4030 role-to-assume : arn:aws:iam::710015040892:role/prod-collaboration-api.tilt.dev-20250228142654966700000001
4131 aws-region : us-east-1
32+
4233 - name : Create website api.tilt.dev
4334 run : |
4435 make build-docs
45- working-directory : docs
4636
4737 - name : Deploy website api.tilt.dev
4838 run : |
You can’t perform that action at this time.
0 commit comments