phcode-dev / phoenix

Phoenix is a modern open-source Code Editor for the web, built for the browser.
https://phcode.io
GNU Affero General Public License v3.0
1.79k stars 124 forks source link

fix: file modified issue #1883

Closed devvaannsh closed 1 month ago

devvaannsh commented 1 month ago

Fixed the file modified issue. where the API docs files were shown as modified by git even though there are no changes.

So, now API-Docs-Generator script first checks whether there are any differences, if yes then only it updates the docs.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

abose commented 1 month ago

LGTM. Merging. Thanks for contributing @devvaannsh