Skip to content

Commit

Permalink
Merge pull request #13 from Kurocado-Studio/canary
Browse files Browse the repository at this point in the history
chore(ci): updates file name and steps
  • Loading branch information
csantiago132 authored Sep 30, 2024
2 parents cd03333 + 0f31aab commit 6e0ef77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI/CD Workflow
name: Code Quality

permissions:
pull-requests: write
Expand All @@ -17,7 +17,7 @@ on:
- main

jobs:
pipeline:
code-quality:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand All @@ -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

Expand All @@ -61,7 +60,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

test:
test-docs:
runs-on: ubuntu-latest
needs: build-and-deploy

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6e0ef77

Please sign in to comment.