How to Fork and Deploy
Follow these steps to create and host your own version of this repository mirror.
1. Fork the repository
Click Fork at the top right of github.com/notamitgamer/git-mirror to create a copy under your own GitHub account.
2. Enable GitHub Actions
GitHub automatically disables workflows in forked repositories for security reasons.
- Navigate to the Actions tab in your forked repository.
- Click "I understand my workflows, go ahead and enable them".
3. Configure GitHub Pages
- Go to your repository Settings.
- Click Pages in the left sidebar.
- Under "Build and deployment", set the source to GitHub Actions (or the specific deployment branch, depending on how your workflow is configured to upload the
./sitedirectory).
4. Trigger the first build
- Go back to the Actions tab.
- Select the build/deploy workflow from the left sidebar.
- Click Run workflow to fetch your repositories, generate the HTML, and deploy the site.
Continue to Customization.