Skip to content

Commit

Permalink
Make source the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Dec 1, 2023
1 parent 8e32464 commit 49d20af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Deploy
on:
push:
branches:
- main
- source

jobs:
build:
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/build
publish_dir: ./website/build/reasonml.github.io

0 comments on commit 49d20af

Please sign in to comment.