Skip to content

Commit

Permalink
add more of the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Oct 20, 2024
1 parent 3dbcb1f commit 6d07061
Show file tree
Hide file tree
Showing 5 changed files with 536 additions and 231 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply formatting changes
branch: ${{ github.head_ref }}
branch: ${{ github.head_ref }}
4 changes: 2 additions & 2 deletions .github/workflows/on-push-to-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ jobs:
'${{ secrets.FIREBASE_SERVICE_ACCOUNT_BJERK_IO }}'
projectId: bjerk-io
expires: 30d
channelID: ${{ steps.branch-names.outputs.current_branch }}
target: next
channelID: ${{ steps.branch-names.outputs.current_branch }}
target: next
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Lint 🔨
run: pnpm lint

update-next:
name: Update next
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 6d07061

Please sign in to comment.