I am trying to host a website on GitHub Pages, however one of my actions keeps failing to build the site and returns this:
Error: error building site: assemble: "/home/runner/work/Free417.github.io/Free417.github.io/content/notes/bash/basic/index.bn.md:13:1": failed to extract shortcode: template for shortcode "note" not found Error: Process completed with exit code 1.
I don't know what is causing this, I have located the note file in question and it is present. The link to the repository for the site is here https://github.com/Free417/Free417.github.io.git. It is a forked repository with minor changes from https://github.com/hugo-toha/hugo-toha.github.io.
I've tried to host the site many times expecting the changes from my repository to be shown, however it still only shows a basic read me file from the original repository.