mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2025-12-11 14:55:10 -06:00
Merge pull request #199 from stashapp/main
Merge main to stable for 0.24
This commit is contained in:
commit
9993bdd9e6
18
.github/workflows/deploy.yml
vendored
18
.github/workflows/deploy.yml
vendored
@ -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:
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user