Skip to content

Commit

Permalink
Run actions/configure-pages after checking out repository
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewL246 authored May 30, 2024
1 parent 70df1c0 commit ec3a3c8
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 @@ -21,9 +21,6 @@ jobs:
run:
working-directory: docs
steps:
- name: Configure GitHub Pages
uses: actions/configure-pages@v5

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

Expand All @@ -34,6 +31,9 @@ jobs:
cache: npm
cache-dependency-path: ./docs/package-lock.json

- name: Configure GitHub Pages
uses: actions/configure-pages@v5

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit ec3a3c8

Please sign in to comment.