Skip to content

Conversation

@dacsang97
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings October 4, 2025 13:44
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a new GitHub Actions workflow to automatically check documentation builds in the repository, ensuring documentation changes don't break the build process.

  • Introduces a new workflow that triggers on pull requests affecting documentation files
  • Adds comprehensive caching strategy for pnpm dependencies to improve build performance
  • Configures the workflow to build documentation using pnpm workspaces

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
Copy link

Copilot AI Oct 4, 2025

Choose a reason for hiding this comment

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

Node.js 18 is approaching end-of-life. Consider upgrading to Node.js 20 or 22 for better security and performance.

Suggested change
node-version: '18'
node-version: '20'

Copilot uses AI. Check for mistakes.
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 4, 2025

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@vncloudsco vncloudsco merged commit 0871fe9 into TinyActive:main Oct 4, 2025
3 checks passed
vncloudsco added a commit to vncloudsco/nginx-love-dev that referenced this pull request Oct 6, 2025
* feat: add ignore dead links configuration and update documentation links (TinyActive#10)

* feat: set base path for nginx-love documentation

* feat: add GitHub Actions workflow to check documentation build (TinyActive#11)

* feat: add GitHub Actions workflow to check documentation build

* rm path

* doc update

* doc update

* update doc

* user doc

* doc update

* up to date

* up to date

* up to date

* up to date

* docker not support

* Remove  Demo credentials text

* Remove  Demo credentials text

* Producthunt link

* feat: Update Logo Project

---------

Co-authored-by: SangND <dacsang97@gmail.com>
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