We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@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
The text was updated successfully, but these errors were encountered:
Add autodeploy to gh-pages
4a63aba
Fixes tc39#72.
Successfully merging a pull request may close this issue.
@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
.The text was updated successfully, but these errors were encountered: