Skip to content

Commit

Permalink
fix: ssl error
Browse files Browse the repository at this point in the history
  • Loading branch information
gokselpirnal committed Aug 13, 2024
1 parent 280bc04 commit c3aeed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run build docs
run: npm run build-storybook-docs
run: NODE_OPTIONS=--openssl-legacy-provider npm run build-storybook-docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit c3aeed4

Please sign in to comment.