From 922af495976dfa4bf54bdde344eb3b60ef29b791 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 27 Mar 2024 12:41:14 -0700 Subject: [PATCH] Polish --- .github/workflows/deploy-docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 7af9df0402c..7a8c3994c75 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -17,15 +17,15 @@ jobs: if: github.repository_owner == 'spring-projects' runs-on: ubuntu-latest steps: - - name: Checkout + - name: Check Out uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Setup Node + - name: Set Up Node uses: actions/setup-node@v4 with: node-version: 20 - - name: Setup NPM + - name: Set Up NPM run: npm ci - name: Run Antora env: