Skip to content

Commit 97d8979

Browse files
authored
Update publish-to-website.yml
1 parent 98fd6a0 commit 97d8979

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/publish-to-website.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ jobs:
2222
uses: actions/checkout@v2
2323
with:
2424
path: ./InnerSourceLearningPath
25+
- name: Update Learning Path links in translations
26+
working-directory: InnerSourceLearningPath/scripts
27+
run: |
28+
npm ci
29+
node update_links_in_translations.js
30+
git config --local user.name "github-actions[bot]"
31+
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
32+
git add .
33+
git commit -m "Update Learning Path links in translations"
34+
git push
2535
- name: Checkout innersourcecommons.org
2636
uses: actions/checkout@v2
2737
with:

0 commit comments

Comments
 (0)