Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): add build step to GitHub Actions workflow
Add a new step to the GitHub Actions workflow for building the documentation. The step runs the `make docs-build` command. Update the `Makefile` to include the `-max-print-line=1000` option for the `LATEXMK_OPTIONS` variable. This change increases the maximum line length for printing during the LaTeX build process. These changes are made to improve the documentation build process and ensure that the generated documentation is accurate and complete.
- Loading branch information