We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bbfa4 commit d206918Copy full SHA for d206918
1 file changed
.github/workflows/deploy.yaml
@@ -23,26 +23,16 @@ jobs:
23
git submodule init
24
git submodule update
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
# Deploy api.tilt.dev
37
- name: Configure AWS credentials to access api.tilt.dev
38
uses: aws-actions/configure-aws-credentials@v3
39
with:
40
role-to-assume: arn:aws:iam::710015040892:role/prod-collaboration-api.tilt.dev-20250228142654966700000001
41
aws-region: us-east-1
+
42
- name: Create website api.tilt.dev
43
run: |
44
make build-docs
45
46
47
- name: Deploy website api.tilt.dev
48
0 commit comments