Skip to content

Commit f38cc28

Browse files
author
BlackstoneEngineering
committed
debugging deploy script
1 parent 81739dc commit f38cc28

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/deploy-website.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [18.x, 20.x]
19+
node-version: [20.x]
2020

2121
steps:
2222
- uses: actions/checkout@v4
@@ -40,12 +40,15 @@ jobs:
4040
- name: Install Docusaurus dependencies
4141
run: yarn install
4242

43-
- name: Build website
43+
- name: Build Antora
44+
continue-on-error: true
4445
run: |
4546
cd antora
4647
npx antora antora-playbook.yml --stacktrace
47-
cd ..
48-
yarn build
48+
49+
- name: Build Docusaurus
50+
# continue-on-error: true
51+
run: yarn build
4952

5053
- name: Deploy to GitHub Pages
5154
run: yarn deploy

0 commit comments

Comments
 (0)