Skip to content

Commit

Permalink
Checkout the repository before setting up Node.js for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewL246 authored May 28, 2024
1 parent 36f7875 commit 77042ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
- name: Configure GitHub Pages
uses: actions/configure-pages@v5

- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
cache-dependency-path: ./docs/package-lock.json

- name: Checkout repository
uses: actions/checkout@v4

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit 77042ee

Please sign in to comment.