Skip to content

Commit eaed8bc

Browse files
author
Guy Bedford
authored
Fix docs site install (#949)
1 parent 4a520d4 commit eaed8bc

File tree

1,395 files changed

+304
-51602
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,395 files changed

+304
-51602
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/setup-node@v3
3232
with:
3333
node-version: 'lts/*'
34-
- run: cd documentation && npm install
34+
- run: cd documentation && npm ci
3535
- run: cd documentation && npm run build
3636

3737
ensure_cargo_installs:

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
env:
167167
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
168168

169-
- run: npm install
169+
- run: npm ci
170170
working-directory: ./documentation
171171

172172
- name: Set up Fastly CLI

documentation/app/yarn.lock

Lines changed: 0 additions & 405 deletions
This file was deleted.

0 commit comments

Comments
 (0)