Skip to content

Commit 510c246

Browse files
author
Guy Bedford
committed
fix: docs deployment (#964)
1 parent d6ca662 commit 510c246

File tree

1,921 files changed

+8
-51107
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,921 files changed

+8
-51107
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/setup-node@v3
3434
with:
3535
node-version: 'lts/*'
36-
- run: cd documentation && npm run rename
36+
- run: cd documentation && npm run add-fastly-prefix
3737
- run: cd documentation && npm ci
3838
- run: cd documentation && npm run build
3939

.github/workflows/release-please.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- run: npm update
4747
working-directory: ./documentation
48-
- run: npm run rename
48+
- run: npm run add-fastly-prefix
4949
working-directory: ./documentation
5050
- run: npm run docusaurus docs:version "$(npm pkg get version --json --prefix=../ | jq -r)"
5151
working-directory: ./documentation
@@ -57,6 +57,8 @@ jobs:
5757

5858
- run: npm install && npm run format-changelog
5959

60+
- run: npm run remove-fastly-prefix
61+
working-directory: ./documentation
6062
- name: Committing and push changes
6163
run: |
6264
git config user.name "${GITHUB_ACTOR}"
@@ -168,7 +170,7 @@ jobs:
168170
env:
169171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
170172

171-
- run: npm run rename
173+
- run: npm run add-fastly-prefix
172174
working-directory: ./documentation
173175

174176
- run: npm ci

0 commit comments

Comments
 (0)