From cc917df442e5e94e71d3d35687ee5a217c7043dd Mon Sep 17 00:00:00 2001 From: Honza Bittner Date: Wed, 13 Nov 2024 15:00:08 +0100 Subject: [PATCH] docs: Flame Platforms should unify variable for NAME_OF_YOUR_REPOSITORY (#3365) Fixes https://github.com/flame-engine/flame/issues/3364 # Description Merges two variables that mean the same thing into one. (NAME_OF_YOUR_REPOSITORY and YOUR_REPO_NAME) --- doc/flame/platforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/flame/platforms.md b/doc/flame/platforms.md index 92aaaa214c..c4102403a4 100644 --- a/doc/flame/platforms.md +++ b/doc/flame/platforms.md @@ -77,7 +77,7 @@ Now, whenever you push something to the `main` branch, the action will run and u deployed game. The game should be available at an URL like this: -`https://YOUR_GITHUB_USERNAME.github.io/YOUR_REPO_NAME/` +`https://YOUR_GITHUB_USERNAME.github.io/NAME_OF_YOUR_REPOSITORY/` ## Deploy your game to itch.io