chore: Remove unnecessary Pages configuration step from docs deployment workflow
This commit is contained in:
parent
3555561d3b
commit
7f9659fd99
1 changed files with 0 additions and 3 deletions
3
.github/workflows/docs-deploy.yml
vendored
3
.github/workflows/docs-deploy.yml
vendored
|
|
@ -34,9 +34,6 @@ jobs:
|
|||
cache: pnpm
|
||||
cache-dependency-path: docs-site/pnpm-lock.yaml
|
||||
|
||||
- name: Configure Pages
|
||||
uses: actions/configure-pages@v5
|
||||
|
||||
- name: Install docs dependencies
|
||||
run: pnpm --dir docs-site install --frozen-lockfile
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue