I have created the portfolio website using HTML5 and uploaded the respective files in the GitHub with new repository, but I cannot able to view the url link like (it is published at...) shown in YouTube videos.
I searched GitHub pages under the "Code and Automation
" tab, still I cannot able to view the URL.
Can somebody please help me where to view my portfolio?
CodePudding user response:
Note: GitHub Pages now uses Actions by default
It means that, instead of configuring a publication source (a branch or docs/
folder), you can add in a .github/workflows
(inside your repository) a actions/starter-workflows
pages/static.yml
in order to publish your static HTML5 pages.
CodePudding user response:
In addition to what Mr VonC have said, If you are looking for custom domain set for your website you can use the following links
Also here's a link to my portfolio website which might help as well