mirror of
https://github.com/markedjs/marked
synced 2024-11-22 17:37:24 +00:00
fix build
This commit is contained in:
parent
e4bde9b9ed
commit
ae5315891a
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -53,10 +53,10 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
npm run build
|
||||
if ! git diff --quiet -- dist ; then
|
||||
if ! git diff --quiet; then
|
||||
git config --global user.email "<>"
|
||||
git config --global user.name "GitHub Actions"
|
||||
git commit -m 'chore(build): 🧱 build [skip ci]' --no-verify -- dist
|
||||
git config --global user.name "MarkedJS bot"
|
||||
git commit -am "🗜️ build [skip ci]"
|
||||
git push "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/markedjs/marked.git" HEAD:master
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user