We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899c4c3 commit f179d23Copy full SHA for f179d23
.github/workflows/release.yml
@@ -44,6 +44,7 @@ jobs:
44
run: npm run build
45
env:
46
GH_TOKEN: ${{ secrets.DOC_README_FETCH }}
47
+ MAILCHIMP_ENDPOINT: ${{ secrets.MAILCHIMP_ENDPOINT }}
48
49
- name: LERNA - bump version
50
run: npm run bump
@@ -65,6 +66,7 @@ jobs:
65
66
run: npm run build-docs
67
68
69
70
71
- name: DOCS - publish
72
uses: peaceiris/actions-gh-pages@v3
0 commit comments