File tree Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Original file line number Diff line number Diff line change 11
11
with :
12
12
fetch-depth : 0
13
13
- name : Setup Ruby
14
- uses : ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
14
+ uses : ruby/setup-ruby@v1.193.0
15
15
with :
16
16
ruby-version : 2.7
17
17
- name : Install dependencies
Original file line number Diff line number Diff line change 6
6
- master
7
7
8
8
jobs :
9
- build :
10
- uses : ./.github/workflows/build-documentation.yml
11
- deployment :
12
- needs : build
13
- runs-on : ubuntu-latest
14
- steps :
15
- - name : Checkout
16
- uses : actions/checkout@v4
17
- - uses : azure/login@v1
18
- with :
19
- creds : ${{ secrets.AZURE_CREDENTIALS }}
20
- - name : Download build artifact
21
- uses : actions/download-artifact@v4
22
- with :
23
- name : documentation
24
- path : public
25
- - name : Upload to blob storage
26
- uses : azure/CLI@v1
27
- with :
28
- inlineScript : |
29
- az storage blob upload-batch --overwrite --account-name ${{ secrets.AZURE_CONTAINER }} --auth-mode key -d '$web' -s public
30
- - name : logout
31
- run : |
32
- az logout
33
- if : always()
34
9
pledger-web :
35
- needs : build
36
10
runs-on : ubuntu-latest
37
11
steps :
38
12
- name : Checkout
You can’t perform that action at this time.
0 commit comments