Skip to content

feat: Adds deploy script - #216

Merged
abhibhaw merged 1 commit into
docv2-sitefrom
deploy
Aug 4, 2026
Merged

feat: Adds deploy script#216
abhibhaw merged 1 commit into
docv2-sitefrom
deploy

Conversation

@abhibhaw

@abhibhaw abhibhaw commented Aug 4, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings August 4, 2026 07:54
@abhibhaw
abhibhaw requested review from a team as code owners August 4, 2026 07:54
@abhibhaw
abhibhaw merged commit d221b23 into docv2-site Aug 4, 2026
3 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds a GitHub Actions workflow to build the documentation site with Node/npm and publish the generated static output to the gh-pages branch (GitHub Pages), including a custom domain configuration.

Changes:

  • Introduces .github/workflows/deploy.yml to run on pushes to docv2-site and on manual dispatch.
  • Installs dependencies via npm ci, builds via npm run build, and deploys ./build to gh-pages using peaceiris/actions-gh-pages@v4.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
Comment on lines +13 to +14
group: docs-deploy
cancel-in-progress: false
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.

3 participants