We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fd6a0 commit 97d8979Copy full SHA for 97d8979
1 file changed
.github/workflows/publish-to-website.yml
@@ -22,6 +22,16 @@ jobs:
22
uses: actions/checkout@v2
23
with:
24
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
35
- name: Checkout innersourcecommons.org
36
37
0 commit comments