Skip to content

Commit 2a2a167

Browse files
authored
Update pages-deploy.yml
1 parent 8859f87 commit 2a2a167

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pages-deploy.yml

+9
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ jobs:
3636
# If using the 'assets' git submodule from Chirpy Starter, uncomment above
3737
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)
3838

39+
- run: ./translatorFix.sh
40+
shell: bash
41+
- uses: stefanzweifel/git-auto-commit-action@v4
42+
with:
43+
commit_message: "fix translated posts"
44+
commit_user_name: "ZMediumToMarkdown"
45+
commit_user_email: "[email protected]"
46+
commit_author: ZMediumToMarkdown <[email protected]>
47+
3948
- name: Setup Pages
4049
id: pages
4150
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)