Skip to content

Commit

Permalink
Merge pull request #6056 from nextcloud/ci/also-commit-css
Browse files Browse the repository at this point in the history
ci: Also commit css files during build
  • Loading branch information
juliushaertl authored Jul 17, 2024
2 parents bb138e7 + fd8c775 commit 4c97672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-node-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4c97672

Please sign in to comment.