Skip to content

Commit

Permalink
Start landing page implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
bombies committed Oct 23, 2023
1 parent e702890 commit 77e090c
Show file tree
Hide file tree
Showing 21 changed files with 3,500 additions and 435 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
cache: npm
- name: Install Dependencies
run: |
echo "Installing node dependencies..."
npm i
- name: "Setup Build Cache"
uses: actions/cache@v3
Expand All @@ -36,7 +35,6 @@ jobs:
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/*.[jt]s', '**/*.[jt]sx') }}
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-
- name: Building Project
- name: Build Project
run: |
echo "Building project..."
npm run build
Loading

0 comments on commit 77e090c

Please sign in to comment.