From 3062cdeff167d4077cc3de3ef0eb509f1e429ba6 Mon Sep 17 00:00:00 2001 From: officialMECH Date: Wed, 21 Feb 2024 19:30:22 -0600 Subject: [PATCH] update deployment guide again --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e6bf92a2e..03c5180bf 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,7 @@ Once you have finished making changes, you can either commit them directly using To preview your changes, you'll need to [enable GitHub Pages from GitHub Actions](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow) for your forked repository. -Once the workflow is complete, any changes made to the `master` branch will be deployed to the following URL automatically: - -`https://{username}.github.io/{repository_name}/` +Once the workflow is complete, any changes made to the `master` branch will be deployed to `https://{username}.github.io/{repository_name}/`, where `{username}` is your GitHub username and `{repository_name}` is the name of your forked repository. ## 🔐 Licensing