Skip to content

Commit

Permalink
Add label updating file
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Dec 18, 2023
1 parent 54f09f8 commit b178fa0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/label_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
chmod +x gradlew
chmod +x build-install.sh
./gradlew -Dnightly=true -Dversionsuffix=CI-UNSTABLE labelcheck
echo "Going up"
cd ../..
echo "Copying"
cp main/Quelea/dist/missinglabels.js doc/lang/
echo "Done"
cd doc
git add lang/missinglabels.js
git commit -m "Update missing labels file"
git push

0 comments on commit b178fa0

Please sign in to comment.