From f89f1366018070ae0b3d97b853ab636b6c102e39 Mon Sep 17 00:00:00 2001 From: David Porter Date: Mon, 23 Feb 2026 16:06:53 +1100 Subject: [PATCH] AP-7291 # removed docs from github release steps --- .github/workflows/release.yml | 18 ------------------ CHANGELOG.md | 4 ++++ 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1568125..9eca50f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,24 +68,6 @@ jobs: PRE_RELEASE: 'false' CHANGELOG_FILE: 'CHANGELOG.md' ALLOW_EMPTY_CHANGELOG: 'false' - docs-production: - name: Documentation - runs-on: ubuntu-latest - if: ${{ !contains(github.ref, '-') }} - steps: - - uses: actions/checkout@v6 - - uses: actions/setup-node@v6 - with: - node-version: '24' - - run: npm install --global npm@11 - - run: npm ci - - run: npm run docs - - uses: devops-infra/action-commit-push@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - commit_prefix: '[DOCS] ' - commit_message: ${{ github.ref_name }} - target_branch: 'master' publish-production: name: NPM Publish (latest) runs-on: ubuntu-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 915df50..1035cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Removed + +- docs from github release steps + ## [4.0.2] - 2026-02-23 ### Fixed