Skip to content

Commit

Permalink
force branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
feederbox826 committed Dec 27, 2023
1 parent b4ce4b5 commit 8f46323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: '0'
- run: |
cd main
./build_site.sh ../_site/develop
./build_site.sh ../_site/main
# uncomment this once we have a stable branch
# - name: Checkout Stable
# uses: actions/checkout@v2
Expand All @@ -42,7 +42,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 8f46323

Please sign in to comment.