Skip to content

Commit

Permalink
Merge pull request #8 from mradigen/main
Browse files Browse the repository at this point in the history
add: Landing page #7
  • Loading branch information
KreativeThinker authored Apr 6, 2024
2 parents 0ca2d4e + 245a494 commit e229704
Show file tree
Hide file tree
Showing 20 changed files with 632 additions and 3,531 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: 'main'
pull_request:
branches: 'main'
workflow_dispatch:

jobs:
build_site:
Expand All @@ -21,7 +22,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 21
cache: pnpm

- name: Install dependencies
Expand Down Expand Up @@ -54,4 +55,3 @@ jobs:
- name: Deploy
id: deployment
uses: actions/deploy-pages@v4

Loading

0 comments on commit e229704

Please sign in to comment.