mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 06:12:23 +03:00
Removing javascript workflow because it keeps commiting node_modules to the repo
This commit is contained in:
parent
205ef8926e
commit
fb4a822cd8
1 changed files with 0 additions and 26 deletions
26
.github/workflows/javascript-packages.yaml
vendored
26
.github/workflows/javascript-packages.yaml
vendored
|
@ -1,26 +0,0 @@
|
||||||
name: javascript-packages
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- build/javascript/**
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
run:
|
|
||||||
name: npm run build
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout repo
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: cd build/javascript && npm run build
|
|
||||||
|
|
||||||
- name: Commit changes
|
|
||||||
uses: EndBug/add-and-commit@v5
|
|
||||||
with:
|
|
||||||
author_name: Owncast
|
|
||||||
author_email: owncast@owncast.online
|
|
||||||
message: "Commit updated Javascript packages"
|
|
||||||
add: "build/javascript/package* webroot/js/web_modules"
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
Reference in a new issue