No, you canβt. GitHub pages only serve the current contents of the gh page branch.
You can, however, clone the repo and check the commit you are looking for locally. You may need to run Jekyll locally, because since ts it is possible not to have the actual HTML files in the gh-pages branch, but you have correctly configured the jekyll page, which will be converted by GitHub on the fly.
source share