Build stable branch

This commit is contained in:
WithoutPants
2023-12-12 12:00:04 +11:00
committed by GitHub
parent 3c80094970
commit 27b74b8d33

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: