Skip to content

Commit

Permalink
update deployment guide again
Browse files Browse the repository at this point in the history
  • Loading branch information
officialMECH committed Feb 22, 2024
1 parent 6cdc528 commit 3062cde
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3062cde

Please sign in to comment.