File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 7878 with :
7979 name : build
8080 path : Doc/build/html
81- commit-build :
82- runs-on : ubuntu-latest
83- needs : ['build-translation']
84- steps :
85- - uses : actions/checkout@master
86- - run : git pull
87- - uses : actions/download-artifact@master
88- with :
89- name : build
90- path : build
91- - run : rm -r docs
92- - run : mv build docs
93- - run : touch docs/.nojekyll
94- - run : git config --local user.email 'maciej.olko@gmail.com'
95- name : Run git config --local user.email '…'
96- - run : git config --local user.name "GitHub Action's commit-build job"
97- - run : git add .
98- - run : git commit -m 'Update translation build' || true
99- - uses : ad-m/github-push-action@master
100- with :
101- github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments