From 025bc4dd2b6269e15c95c548c03a68388ca0c537 Mon Sep 17 00:00:00 2001 From: Sid Vishnoi <8426945+sidvishnoi@users.noreply.github.com> Date: Tue, 16 Apr 2024 20:06:33 +0530 Subject: [PATCH] Apply suggestions from code review --- action.yml | 2 +- docs/examples.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3756678..9d6d801 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: DESTINATION: description: Destination path, relative to repository root. ARTIFACT_NAME: - description: Name for build artifact. + description: Name for build artifact. Required when building multiple documents in same job. default: "spec-prod-result" BUILD_FAIL_ON: description: Exit behaviour on errors. diff --git a/docs/examples.md b/docs/examples.md index 3ff121f..a8e8845 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -200,7 +200,7 @@ jobs: - uses: actions/checkout@v4 - uses: w3c/spec-prod@v2 with: - ARTIFACT_NAME: ${{ matrix.name }} + ARTIFACT_NAME: ${{ matrix.name }} # required when building multiple documents in same job SOURCE: ${{ matrix.source }} DESTINATION: ${{ matrix.destination }} GH_PAGES_BRANCH: gh-pages