Skip to content

Commit 922af49

Browse files
committed
Polish
1 parent 3953f5a commit 922af49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
if: github.repository_owner == 'spring-projects'
1818
runs-on: ubuntu-latest
1919
steps:
20-
- name: Checkout
20+
- name: Check Out
2121
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
24-
- name: Setup Node
24+
- name: Set Up Node
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: 20
28-
- name: Setup NPM
28+
- name: Set Up NPM
2929
run: npm ci
3030
- name: Run Antora
3131
env:

0 commit comments

Comments
 (0)