Own package fails to install form GitHub

I created a simple package to use it in my routine programming for inserting emojis such as :white_check_mark: and beautifully formatting output documents such as Word, PDF, HTML,websites publishing with proper and funny emojis, as needed. All documents are properly created, including the DESCRIPTION, and the devtools::check() confirmed package is complete with no issues. I can install it locally, and all functions are working, and I can use it as I need. But I need to clear the document from local strage and keep only the GitHub version. However, I tried to install it back from my own github and keep getting the below error.

devtools::install_github("3p1d3m/emojiInsert")
#> Using GitHub PAT from the git credential store.
#> Downloading GitHub repo 3p1d3m/emojiInsert@HEAD
#> Error: Failed to install 'emojiInsert' from GitHub:
#>   Does not appear to be an R package (no DESCRIPTION)

Created on 2025-03-29 with reprex v2.1.1