endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
804 stars 71 forks source link

fix typedoc-gh-pages config #1884

Closed turadg closed 9 months ago

turadg commented 9 months ago

Description

https://github.com/endojs/endo/pull/1883 introduced a new workflow https://github.com/endojs/endo/actions/workflows/typedoc-gh-pages.yml

It hasn't run yet because it was on pushes to main and this repo uses master.

This PR corrects that and enables manual dispatch too.

Security Considerations

Manual dispatch can be called anytime, but only by admins

Scaling Considerations

n/a

Documentation Considerations

--

Testing Considerations

🤞

Upgrade Considerations

n/a