Merge pull request #6056 from nextcloud/ci/also-commit-css

ci: Also commit css files during build
This commit is contained in:
Julius Härtl 2024-07-17 13:41:01 +02:00 коммит произвёл GitHub
Родитель bb138e797a fd8c775a80
Коммит 4c976724dd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/update-node-dist.yml поставляемый
Просмотреть файл

@ -77,6 +77,6 @@ jobs:
- name: Add and commit
if: steps.changes.outputs.CHANGED != ''
run: |
git add --force js/
git add --force js/ css/
git commit --signoff -m 'chore(assets): recompile assets'
git push origin ${{ github.head_ref }}