Skip to content

Commit

Permalink
ci: Update site on release
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Mar 4, 2023
1 parent 1abd12e commit 0aacedc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,9 @@ jobs:
dist/wppconnect-wa.js
gzip: folders
allow_override: true

- name: Update WPPConnect Site
run: gh workflow run update-blog.yml --repo wppconnect-team/wppconnect-team.github.io
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}

0 comments on commit 0aacedc

Please sign in to comment.