Skip to content

Commit

Permalink
Bring deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vinimarcili committed Aug 26, 2023
1 parent d11fba7 commit b722cf4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidit/ngx-css-docs",
"version": "0.0.46",
"version": "0.0.47",
"scripts": {
"postinstall": "npx husky install",
"ng": "ng",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b722cf4

Please sign in to comment.