Merge pull request #199 from stashapp/main

Merge main to stable for 0.24
This commit is contained in:
WithoutPants 2023-12-27 16:58:41 +11:00 committed by GitHub
commit 9993bdd9e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 9 deletions

View File

@ -27,15 +27,15 @@ jobs:
cd main
./build_site.sh ../_site/develop
# uncomment this once we have a stable branch
# - name: Checkout Stable
# uses: actions/checkout@v2
# with:
# path: stable
# ref: stable
# fetch-depth: '0'
# - run: |
# cd stable
# ../master/build_site.sh ../_site/stable
- name: Checkout Stable
uses: actions/checkout@v2
with:
path: stable
ref: stable
fetch-depth: '0'
- run: |
cd stable
../main/build_site.sh ../_site/stable
- uses: actions/upload-pages-artifact@v2
deploy:

View File

@ -17,6 +17,11 @@ mkdir -p "$outdir"
buildPlugin()
{
f=$1
if grep -q "^#pkgignore" "$f"; then
return
fi
# get the scraper id from the directory
dir=$(dirname "$f")
plugin_id=$(basename "$f" .yml)

View File

@ -1,3 +1,4 @@
#pkgignore
#ImportList is a dictionary
#that matches an xml Attribute from ComicInfo.xml to the according value in stash (using the graphql naming)
#Fields that refer to different types of media are resolved by name and created if necessary (tags, studio, performers)