Skip to content

Commit

Permalink
ci: submit an automated build
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Jan 12, 2024
1 parent efe404a commit 01758ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/emby_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: xiaoya emby library

on:
workflow_dispatch:
push:
branches:
- master
paths:
- "emby_library/**"

jobs:
build:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/glue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: xiaoya glue

on:
workflow_dispatch:
push:
branches:
- master
paths:
- "glue/**"

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions emby_library/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function update_config(){
fi
if [ ! -d ${emby_config_data_new} ]; then
mkdir -p ${emby_config_data_new}
cp -rf ${emby_config_data}/* ${emby_config_data_new}/
fi
if [ ! -d ${emby_config_data_new}/library_bak ]; then
mkdir -p ${emby_config_data_new}/library_bak
Expand Down

0 comments on commit 01758ed

Please sign in to comment.