mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-16 22:03:17 -05:00
Build stable branch
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user