Skip to content

Commit f179d23

Browse files
committed
build: add mailchimp endpoint for docs
1 parent 899c4c3 commit f179d23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
run: npm run build
4545
env:
4646
GH_TOKEN: ${{ secrets.DOC_README_FETCH }}
47+
MAILCHIMP_ENDPOINT: ${{ secrets.MAILCHIMP_ENDPOINT }}
4748

4849
- name: LERNA - bump version
4950
run: npm run bump
@@ -65,6 +66,7 @@ jobs:
6566
run: npm run build-docs
6667
env:
6768
GH_TOKEN: ${{ secrets.DOC_README_FETCH }}
69+
MAILCHIMP_ENDPOINT: ${{ secrets.MAILCHIMP_ENDPOINT }}
6870

6971
- name: DOCS - publish
7072
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)