Open michaelficarra opened 1 week ago
@dminor You can use a GitHub action to automatically build and publish to gh-pages so this doesn't happen:
gh-pages
https://github.com/tc39/proposal-iterator-sequencing/blob/main/.github/workflows/deploy.yml
Let me know if you want me to send a PR. You'll have to also change the repo settings to deploy pages from the gh-pages branch instead of main.
main
@dminor You can use a GitHub action to automatically build and publish to
gh-pages
so this doesn't happen:https://github.com/tc39/proposal-iterator-sequencing/blob/main/.github/workflows/deploy.yml
Let me know if you want me to send a PR. You'll have to also change the repo settings to deploy pages from the
gh-pages
branch instead ofmain
.