-
|
I just setup a new Docusaurus website, I didn't change anything. And I just copied build yaml file from my other project that use Docusaurus 3.2.0, but the build fail on This is the error I've got from GitHub: Any clue what may be the issue? I've found that This is a work repo: https://github.com/jcubic/jquery.terminal-docs You can call this a minimal example, the only files that matter in the repo are: Workflow: Expandname: build docs
run-name: ${{ github.actor }} building documentation 🚀
on:
push:
paths:
- "docs/**"
- ".github/workflows/docs.yaml"
branches:
- docusaurus
- master
and docs directory with a starter project, where I only changed the URL, in hope it will fix the issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
It was my mistake, ChatGPT suggested to check |
Beta Was this translation helpful? Give feedback.
It was my mistake, ChatGPT suggested to check
.gitignoreI had components there. Probably from some old files that should be ignored.