diff --git a/README.md b/README.md index 7b6c027..49bb147 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,14 @@ Make the necessary modifications to the `data.toml` file based on the above inst ### Voila! That's all you need to do. Now, you can sit back and relax while your website gets deployed. You can monitor the progress in the `Actions` tab of your repository. Once the deployment is complete, you can access your brand new one-link website at `.github.io` or `.github.io/repo-name/`. -Feel free to customize your website by modifying the code and adding your own content. +> Note: You may need to manually trigger the GitHub Action to deploy your website. Here's how you can do it: + +> 1. In your repository, navigate to the "Actions" tab located in the right sidebar. +> 2. Look for the workflow named "Deploy static content to Pages" in the list of workflows. +> 3. If you see an alert stating "This workflow has a workflow_dispatch event trigger," it means you can manually trigger the workflow. +> 4. Click on the "Run Workflow" button. A new window will appear. +> 5. Within the new window, click on the green "Run Workflow" button. +> 6. GitHub Actions will initiate the deployment process for your static content to GitHub Pages. ## Contributing If you find any issues or have suggestions for improvement, please feel free to contribute by submitting a pull request or creating an issue in the repository.