IDEMSInternational / open-app-builder

PLH App Frontend
GNU General Public License v3.0
5 stars 24 forks source link

Fix: docs deploy action #2345

Closed chrismclarke closed 14 hours ago

chrismclarke commented 1 week ago

PR Checklist

Description

The documentation site currently redeploys any time there is a push to master branch, and uses the latest commit from the mkdocs-deploy github action.

It appears that recent commits to the action have broken deploy Example failed action, so this PR simply pins the version of the mkdocs-deploy action to a previous working commit.

Review Notes

I've manually triggered the docs deploy from this branch and confirm passing: example passed action

Dev Notes

This is a short term workaround, it might be worth pinning to a more defined/stable version in the future (although release cycle for the action is very intermittent), and likely only running the action if meaningful changes have been made to documentation files (will need to identify also considering component templates and such)

Git Issues

Closes #

Screenshots/Videos

Example of previously failed and now passing docs deploy actions image