This repository hosts a GitHub Pages site.
The site is automatically deployed to GitHub Pages when changes are pushed to the main branch.
This repository is configured with:
- index.html: Main page for the site
- GitHub Actions workflow:
.github/workflows/pages.yml- Automatically deploys the site to GitHub Pages - Permissions: The workflow has appropriate permissions to deploy to GitHub Pages
Once deployed, the site will be available at: https://tetherless-world.github.io/OpenAI-proposal/
You can manually trigger the deployment workflow from the Actions tab in the GitHub repository.
To enable GitHub Pages for this repository:
- Go to repository Settings → Pages
- Under "Build and deployment", select "Source" as "GitHub Actions"
- The site will be automatically deployed on the next push to
mainor via manual workflow trigger