Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seperate out phpdoc to docker based action #1763

Merged
merged 2 commits into from
Feb 9, 2024
Merged

Conversation

ajparsons
Copy link
Contributor

There's something wrong with the current phpdoc process - I think it's a dependency versioning issue that will go away when we upgrade the PHP version to 8 at some point and can use the newer version.

BUT - we can also just move all of this into github actions. This creates a new action that uses the docker version of phpdoc and uploads directly to github pages without pushing back to a branch.

(In principle if we stick with this we could remove the dependencies from the repo, but also it seems fine)

@ajparsons ajparsons requested a review from dracos February 9, 2024 09:43
Copy link
Member

@dracos dracos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woo, much better, yes. Happy to clear out the dependencies!

@ajparsons
Copy link
Contributor Author

I've removed the dependency and all the tests seem fine - so will merge that as well.

@ajparsons ajparsons merged commit 3d8823b into master Feb 9, 2024
8 checks passed
@dracos
Copy link
Member

dracos commented Feb 9, 2024

You could also have removed build-docs.sh :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants