mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 20:14:57 +08:00
Remove unused code
This commit is contained in:
parent
b7d187b914
commit
47425897c8
1 changed files with 0 additions and 3 deletions
3
.github/workflows/assets.yml
vendored
3
.github/workflows/assets.yml
vendored
|
@ -6,8 +6,6 @@ on:
|
|||
- "v*.*"
|
||||
jobs:
|
||||
build:
|
||||
outputs:
|
||||
sha: ${{ steps.push_assets.outputs.commit_hash }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -50,7 +48,6 @@ jobs:
|
|||
- name: Build assets
|
||||
run: npm run deploy --prefix assets
|
||||
- name: Push updated assets
|
||||
id: push_assets
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: Update assets
|
||||
|
|
Loading…
Add table
Reference in a new issue