I pushed Hexo generated output to "pages" branch of a repo named "pages" on an organization through Codeberg/Woodpecker CI. Accessing the page all I see is the HTML, but everything else (images, js, css etc.) are not showing up (01.png). Checking the Network tab on browser dev tool shows me 404s for every static asset.
So to test, I checked on the archives page HTML under archives directory (02.png). It is there.
But when I try to access it, it shows a 404 page (03.png) with text:
You found a bug!
Sorry, this page doesn't exist or is inaccessible for other reasons (404 Not Found)
I'm not sure if it's related to #27, because I tried it with index.html appended and it still fails.
I tried the url for LICENSE.md and it offers a download just fine. It seems the issue is with accessing anything under subdirectories.
I pushed Hexo generated output to ["pages" branch](https://codeberg.org/hexo-test/pages/src/branch/pages) of a repo named "pages" on an organization through Codeberg/Woodpecker CI. Accessing the page all I see is the HTML, but everything else (images, js, css etc.) are not showing up (01.png). Checking the Network tab on browser dev tool shows me 404s for every static asset.
So to test, I checked on the [archives page HTML](https://codeberg.org/hexo-test/pages/src/branch/pages/archives/index.html) under archives directory (02.png). It is there.
But when I try to [access it](https://hexo-test.codeberg.page/archives/index.html), it shows a 404 page (03.png) with text:
> You found a bug!
> Sorry, this page doesn't exist or is inaccessible for other reasons (404 Not Found)
I'm not sure if it's related to #27, because I tried it with index.html appended and it still fails.
I tried the [url for LICENSE.md](https://hexo-test.codeberg.page/LICENSE.md) and it offers a download just fine. It seems the issue is with accessing anything under subdirectories.