Skip to content

Commit

Permalink
Make main stable, develop a separate ref
Browse files Browse the repository at this point in the history
  • Loading branch information
WithoutPants authored Dec 27, 2023
1 parent 1f6d6e0 commit adc642c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
fetch-depth: '0'
- run: |
cd main
./build_site.sh ../_site/develop
# uncomment this once we have a stable branch
- name: Checkout Stable
./build_site.sh ../_site/stable
- name: Checkout dev
uses: actions/checkout@v2
with:
path: stable
ref: stable
path: dev
# change this ref to whatever dev branch/tag we need when necessary
ref: main
fetch-depth: '0'
- run: |
cd stable
../main/build_site.sh ../_site/stable
cd dev
../main/build_site.sh ../_site/develop
- uses: actions/upload-pages-artifact@v2

deploy:
Expand Down

0 comments on commit adc642c

Please sign in to comment.