Run actions/configure-pages after checking out repository

This commit is contained in:
Matthew Lopez 2024-05-30 14:35:52 -04:00 committed by GitHub
parent 70df1c0aa8
commit ec3a3c81e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
@ -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