Update gh-pages.yml

This commit is contained in:
Jason TIAN 2022-04-02 17:21:41 +08:00 committed by GitHub
parent 6ee26893cf
commit 40921602ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -16,7 +16,13 @@ jobs:
- uses: FedericoCarboni/setup-ffmpeg@v1
id: setup-ffmpeg
- run: bash ./scripts/duration-length.sh
# make file runnable, might not be necessary
- run: chmod +x "${GITHUB_WORKSPACE}/.scripts/duration-length.sh"
# run script
- run: "${GITHUB_WORKSPACE}/.scripts/duration-length.sh"
# - run: ffprobe -i "https://ting.shufang.org/shitsurakuen/lost-paradise_01-v2.mp3" -show_entries format=duration -v quiet -of csv="p=0" -sexagesimal
# - run: ffprobe -i "https://ting.shufang.org/shitsurakuen/lost-paradise_01-v2.mp3" -show_entries format=size -v quiet -of csv="p=0"