Skip to content

Commit

Permalink
add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mapachurro committed Apr 3, 2024
1 parent db7d398 commit f815c0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'docs/**'
- 'i18n/**'
workflow_dispatch:

jobs:
update-public-content:
Expand All @@ -20,7 +21,7 @@ jobs:
- name: Update public repository
env:
PUBLIC_REPO_ACCESS_TOKEN: ${{ secrets.}}
ADMIN: ${{ secrets.ADMIN}}
run: |
git clone --depth 1 --branch main https://${{ secrets.ADMIN}}@github.com/Consensys/docs-mm-helpcenter.git public-repo
rm -rf public-repo/*
Expand Down

0 comments on commit f815c0b

Please sign in to comment.