Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Mar 27, 2024
1 parent 3953f5a commit 922af49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 922af49

Please sign in to comment.