Skip to content

Commit 32c7353

Browse files
authored
Merge pull request #247 from stackql/feature/provider-docs
Feature/provider docs
2 parents 3f4fb86 + 732eb1d commit 32c7353

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-docs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
provider: ${{fromJson(needs.find-provider-on-change.outputs.providers)}}
6060

6161
steps:
62+
- name: Show current matrix provider
63+
run: >
64+
echo "⚙️ Deploying docs for matrix provider: ${{ matrix.provider }}"
65+
6266
- name: Checkout
6367
uses: actions/checkout@v4.1.1
6468

@@ -122,7 +126,7 @@ jobs:
122126
NETLIFY_SITE_ID: ${{ secrets[format('NETLIFY_SITE_ID_{0}', matrix.provider)] }}
123127
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
124128
with:
125-
args: deploy --prod --dir=./build --message="Deploy from Github Action"
129+
args: deploy --prod --dir=./build --message="Deploy from Github Action" --no-build
126130

127131
- name: prepare Slack message
128132
env:

0 commit comments

Comments
 (0)