Comment
Hi everyone,
I’m trying to publish a website via Codeberg Pages using Woodpecker CI, but I keep getting a 404 error.
- Repository: https://codeberg.org/riannefijten/OSC-NL-Toolkit
- Expected site URL: https://riannefijten.codeberg.page/OSC-NL-Toolkit
Here’s what I’ve done so far:
- I created a .forgejo/pages.yml file that points to my main branch (rather than a pages branch)
- I’m using Docusaurus to generate the static site via Woodpecker CI.
- The docs/ folder is created and committed during the CI pipeline (there's only standard docusaurus content in there so far)
- Woodpecker CI runs successfully and pushes the changes to the main branch.
- The site works when served locally using yarn start.
Despite this, the Codeberg Pages URL still returns a 404.
Is there something I’m missing to properly activate Pages for this repo? Any help would be greatly appreciated!
Thanks in advance,
Rianne Fijten
### Comment
Hi everyone,
I’m trying to publish a website via Codeberg Pages using Woodpecker CI, but I keep getting a 404 error.
- Repository: https://codeberg.org/riannefijten/OSC-NL-Toolkit
- Expected site URL: https://riannefijten.codeberg.page/OSC-NL-Toolkit
Here’s what I’ve done so far:
- I created a .forgejo/pages.yml file that points to my main branch (rather than a pages branch)
- I’m using Docusaurus to generate the static site via Woodpecker CI.
- The docs/ folder is created and committed during the CI pipeline (there's only standard docusaurus content in there so far)
- Woodpecker CI runs successfully and pushes the changes to the main branch.
- The site works when served locally using yarn start.
Despite this, the Codeberg Pages URL still returns a 404.
Is there something I’m missing to properly activate Pages for this repo? Any help would be greatly appreciated!
Thanks in advance,
Rianne Fijten