CMakePP / CMakePPLang

Object-oriented extension to the CMake language.
http://cmakepp.github.io/CMakePPLang/
Apache License 2.0
11 stars 4 forks source link

Documentation website not being updated from fork PRs #68

Open zachcran opened 1 year ago

zachcran commented 1 year ago

Describe the bug The CI to update the documentation website is not ~triggering~ succeeding (example) when a PR is merged into master. When this is fixed, #39 should also be fixed, since that documentation generation will likely go in the same workflow.

Expected behavior The documentation website should be updated when a PR is merged to master. The API documentation should also appear.

zachcran commented 1 year ago

After looking at the action logs, it appears that the CI might just not be succeeding when the PR is from a fork. It complains about permissions, so it could be an issue with secrets and access rights between the fork and main repo.