Skip to content

Commit f06dea7

Browse files
committed
update deploy gh pages action
1 parent 4b9b4aa commit f06dea7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-to-gh-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
run: |
2525
npm install
2626
npm run build
27+
env:
28+
CADENCE_DOCS_URL: ${{ vars.CADENCE_DOCS_URL }}
29+
CADENCE_DOCS_BASE_URL: ${{ vars.CADENCE_DOCS_BASE_URL }}
30+
CADENCE_DOCS_ORGANIZATION: ${{ vars.CADENCE_DOCS_ORGANIZATION }}
2731

2832
# additional steps to deploy
2933
- name: Configure domain

0 commit comments

Comments
 (0)