Skip to content

Commit 04cf163

Browse files
always build
1 parent 6afd5f3 commit 04cf163

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/main.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name: Build and publish doc
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
83
jobs:
94
build:
105
runs-on: ubuntu-latest
@@ -42,6 +37,10 @@ jobs:
4237
./build.sh nav ssb ci-nais dev-nais tenant
4338
4439
publish:
40+
on:
41+
push:
42+
branches:
43+
- main
4544
needs: build
4645
runs-on: ubuntu-latest
4746
strategy:
@@ -71,7 +70,7 @@ jobs:
7170
APPLICATION_CREDENTIALS: ${{ secrets.NAIS_DOC_SA }}
7271
with:
7372
args: -m rsync -r -c -d out/${{matrix.tenant.name}}/ gs://${{ matrix.tenant.bucket }}
74-
cli: gsutil
73+
cli: gsutilasdf
7574

7675
- name: Invalidate cache
7776
uses: actions-hub/[email protected]

0 commit comments

Comments
 (0)