From b722cf437150707c16733d9a364fcab87dff669b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Marcili?= Date: Fri, 25 Aug 2023 21:08:55 -0300 Subject: [PATCH] Bring deploy --- .github/workflows/deploy-docs.yml | 7 ++++--- package.json | 4 ++-- src/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 801a40c..6c4541d 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,8 +1,9 @@ name: Deploy to GitHub Pages on merge Master on: - push: - branches: - - master + workflow_run: + workflows: ["Publish to NPM"] + types: + - completed jobs: deploy: permissions: write-all diff --git a/package.json b/package.json index 3606c30..feb14ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squidit/ngx-css-docs", - "version": "0.0.46", + "version": "0.0.47", "scripts": { "postinstall": "npx husky install", "ng": "ng", @@ -26,7 +26,7 @@ "@angular/platform-browser-dynamic": "^16.2.0", "@angular/router": "^16.2.0", "@squidit/css": "latest", - "@squidit/ngx-css": "^0.0.45", + "@squidit/ngx-css": "latest", "lodash": "^4.17.21", "rxjs": "~7.8.0", "tslib": "^2.3.0", diff --git a/src/package.json b/src/package.json index 4e4d5b5..fd3386a 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "@squidit/ngx-css", - "version": "0.0.46", + "version": "0.0.47", "peerDependencies": { "@angular/common": "^15.0.0", "@angular/core": "^15.0.0",