diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 953d2b7..b34b5a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI/CD Workflow +name: Code Quality permissions: pull-requests: write @@ -17,7 +17,7 @@ on: - main jobs: - pipeline: + code-quality: runs-on: ubuntu-latest steps: - name: Checkout repository diff --git a/.github/workflows/ci_writerside_docs.yml b/.github/workflows/documentation.yml similarity index 89% rename from .github/workflows/ci_writerside_docs.yml rename to .github/workflows/documentation.yml index eaa1fd0..99d150a 100644 --- a/.github/workflows/ci_writerside_docs.yml +++ b/.github/workflows/documentation.yml @@ -1,11 +1,10 @@ -name: Build, Test, and Deploy Documentation +name: Writerside Documentation on: - push: - branches: ['main'] pull_request: - branches: ['main'] - workflow_dispatch: + push: + branches: + - main permissions: contents: write @@ -18,7 +17,7 @@ env: DOCKER_VERSION: '242.21870' # Specific Docker version jobs: - build-and-deploy: + build-and-deploy-docs: runs-on: ubuntu-latest steps: @@ -40,7 +39,7 @@ jobs: with: name: docs path: | - artifacts/${{ env.ARTIFACT }} # Artifact inside the artifacts folder + artifacts/${{ env.ARTIFACT }} artifacts/report.json retention-days: 7 @@ -61,7 +60,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - test: + test-docs: runs-on: ubuntu-latest needs: build-and-deploy diff --git a/package.json b/package.json index 9432335..80c0926 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kurocado-studio/style-guide", - "version": "1.1.0", + "version": "1.2.1", "description": "Kurocado Studio's engineering style guide", "homepage": "https://github.com/Kurocado-Studio/styleguide", "bugs": {