From 000f930d01c6d1e3a772ca265fc247a97c1ecf36 Mon Sep 17 00:00:00 2001 From: Erik Golinelli Date: Sat, 2 Dec 2023 19:49:45 +0100 Subject: [PATCH] Update .npmignore and Github actions workflow Updated .npmignore to replace .eslintrc.js with .github to refine the contents that needs to be ignored by npm. Additionally, steps for Github actions workflow for jsDoc have been extended to include 'Checkout code' and 'Deploy' stage to enhance the CI/CD pipeline. --- .github/workflows/jsDoc.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/jsDoc.yml b/.github/workflows/jsDoc.yml index eacee9a..d8444e9 100644 --- a/.github/workflows/jsDoc.yml +++ b/.github/workflows/jsDoc.yml @@ -3,6 +3,10 @@ name: JSDoc Action on: release: branches: [ "master" ] + pull_request: + types: [ closed ] + branches: + - master jobs: build: