Skip to content

Commit

Permalink
Build stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
WithoutPants authored Dec 12, 2023
1 parent 3c80094 commit 27b74b8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 27b74b8

Please sign in to comment.