diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e424619d..6ce508e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,8 +36,8 @@ jobs: - name: If release id: release run: | - if [[ '${{ github.event_name }}' == 'pull_request' && ${{ github.event.pull_request.source.branch }} == *'dev'* ]]; then - if [ ${{ github.event.pull_request.merged }} == true ]; then + if [ '${{ github.event_name }}' == 'pull_request' ]; then + if [[ ${{ github.event.pull_request.merged }} == true && '${{ github.event.pull_request.source.branch }}' == *'dev'* ]]; then echo "release=1" >> $GITHUB_OUTPUT else echo "release=0" >> $GITHUB_OUTPUT diff --git a/docs/image/icons/rss.png b/docs/image/icons/rss.png new file mode 100644 index 00000000..65cb623b Binary files /dev/null and b/docs/image/icons/rss.png differ diff --git a/docs/index.md b/docs/index.md index 788b407e..c2d2f8f2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -26,7 +26,7 @@ hero: features: - icon: - src: /image/icons/mikan-pic.png + src: /image/icons/rss.png title: RSS 订阅解析 details: 自动识别解析各种番剧 RSS,无需手动输入番剧,仅需订阅即可自动解析、下载、整理。 - icon: