Skip to content

Commit

Permalink
Merge pull request #369 from MurhafSousli/release/12.0.0
Browse files Browse the repository at this point in the history
Update Netlify action
  • Loading branch information
MurhafSousli authored Aug 19, 2024
2 parents e185a49 + ecd16f2 commit 149f0e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are supported funding model platforms

github: # murhafsousli
github: murhafsousli
patreon: murhaf
open_collective: ngx-progressbar
ko_fi: # Replace with a single Ko-fi username
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- name: Build demo
run: npm run build-demo
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.1.11
uses: nwtgck/actions-netlify@v3.0.0
with:
publish-dir: './dist/ngx-progressbar-demo'
publish-dir: './dist/ngx-progressbar-demo/browser'
production-branch: deploy-netlify
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy from GitHub Actions"
enable-pull-request-comment: true
enable-pull-request-comment: false
enable-commit-comment: true
overwrites-pull-request-comment: true
env:
Expand Down

1 comment on commit 149f0e2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.