From ceef00a856c993815b4b56a60000ae02b12cee17 Mon Sep 17 00:00:00 2001 From: michael-small <33669563+michael-small@users.noreply.github.com> Date: Sat, 1 Jun 2024 19:05:07 -0500 Subject: [PATCH 1/3] fix: Update `README.md` links to new demo URL Change demo `.com` to `.app` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77d173c..f7d5943 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Angular Highlight.js

-[![Demo](https://img.shields.io/badge/demo-online-ed1c46.svg)](https://ngx-highlight.netlify.com/) +[![Demo](https://img.shields.io/badge/demo-online-ed1c46.svg)](https://ngx-highlight.netlify.app/) [![Stackblitz](https://img.shields.io/badge/stackblitz-online-orange.svg)](https://stackblitz.com/edit/ngx-highlightjs) [![npm](https://img.shields.io/npm/v/ngx-highlightjs.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/ngx-highlightjs) [![tests](https://github.com/MurhafSousli/ngx-highlightjs/workflows/tests/badge.svg)](https://github.com/MurhafSousli/ngx-highlightjs/actions?query=workflow%3Atests) @@ -18,7 +18,7 @@ ___ ## Table of Contents -- [Live Demo](https://ngx-highlight.netlify.com/) | [Stackblitz](https://stackblitz.com/edit/ngx-highlightjs) +- [Live Demo](https://ngx-highlight.netlify.app/) | [Stackblitz](https://stackblitz.com/edit/ngx-highlightjs) - [Installation](#installation) - [Usage](#usage) - [Lazy-load highlight.js script](#usage) From e2a571d67b48bd6fe9da5bd06c84a7b1c854918f Mon Sep 17 00:00:00 2001 From: Michael Small Date: Sat, 1 Jun 2024 23:37:18 -0500 Subject: [PATCH 2/3] fix: Update README.md links to new demo URL (package) --- projects/ngx-highlightjs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/ngx-highlightjs/README.md b/projects/ngx-highlightjs/README.md index 77d173c..f7d5943 100644 --- a/projects/ngx-highlightjs/README.md +++ b/projects/ngx-highlightjs/README.md @@ -3,7 +3,7 @@

Angular Highlight.js

-[![Demo](https://img.shields.io/badge/demo-online-ed1c46.svg)](https://ngx-highlight.netlify.com/) +[![Demo](https://img.shields.io/badge/demo-online-ed1c46.svg)](https://ngx-highlight.netlify.app/) [![Stackblitz](https://img.shields.io/badge/stackblitz-online-orange.svg)](https://stackblitz.com/edit/ngx-highlightjs) [![npm](https://img.shields.io/npm/v/ngx-highlightjs.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/ngx-highlightjs) [![tests](https://github.com/MurhafSousli/ngx-highlightjs/workflows/tests/badge.svg)](https://github.com/MurhafSousli/ngx-highlightjs/actions?query=workflow%3Atests) @@ -18,7 +18,7 @@ ___ ## Table of Contents -- [Live Demo](https://ngx-highlight.netlify.com/) | [Stackblitz](https://stackblitz.com/edit/ngx-highlightjs) +- [Live Demo](https://ngx-highlight.netlify.app/) | [Stackblitz](https://stackblitz.com/edit/ngx-highlightjs) - [Installation](#installation) - [Usage](#usage) - [Lazy-load highlight.js script](#usage) From a35ded37bb66117399c8cd7bf4d6c3dfb9a2e840 Mon Sep 17 00:00:00 2001 From: Murhaf Sousli Date: Mon, 3 Jun 2024 03:41:19 +0300 Subject: [PATCH 3/3] Update integrate.yml --- .github/workflows/integrate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 7604364..a23dff6 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -56,6 +56,7 @@ jobs: with: recreate: true path: code-coverage-results.md + continue-on-error: true # Allow this step to fail - name: Build demo (ssr) run: npm run build-demo