mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-01 20:33:34 +02:00
Update ci.yml
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -59,9 +59,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "running build..."
|
echo "running build..."
|
||||||
npm run ci:build
|
npm run ci:build
|
||||||
|
|
||||||
- name: Listing svg images
|
|
||||||
run: ls ./images/latex/
|
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
run: |
|
run: |
|
||||||
@@ -69,7 +66,8 @@ jobs:
|
|||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
git config --local user.name "Bezierinfo CI"
|
git config --local user.name "Bezierinfo CI"
|
||||||
git status
|
git status
|
||||||
git commit -m "Automated build" -a
|
git add -A
|
||||||
|
git commit -m "Automated build"
|
||||||
|
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
|
Reference in New Issue
Block a user