Skip to content

Commit 13a86b1

Browse files
authored
Update docs.yml
modify some scripts - adding "openssl-legacy-provider" - adding "Update browserslist DB"
1 parent 7437455 commit 13a86b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,13 @@ jobs:
2626
HostName github.com
2727
IdentityFile ~/.ssh/id_rsa
2828
EOT
29+
- name: Update browserslist DB
30+
run: npx browserslist@latest --update-db
2931
- name: Release to GitHub Pages
3032
env:
3133
USE_SSH: true
3234
GIT_USER: git
35+
NODE_OPTIONS: --openssl-legacy-provider
3336
run: |
3437
git config --global user.email "[email protected]"
3538
git config --global user.name "gh-actions"

0 commit comments

Comments
 (0)