mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-04-22 16:47:26 -05:00
Run actions/configure-pages after checking out repository
This commit is contained in:
parent
70df1c0aa8
commit
ec3a3c81e9
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user