Skip to content

Commit

Permalink
fix: Build
Browse files Browse the repository at this point in the history
  • Loading branch information
eythaann committed Jan 19, 2024
1 parent 966c2e5 commit 6486eac
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Sample workflow for building and deploying a Next.js site to GitHub Pages
#
# To get started with Next.js see: https://nextjs.org/docs/getting-started
#
name: Deploy Next.js site to Pages
name: Deploy Readable Types Website to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

Expand All @@ -25,12 +20,11 @@ concurrency:
cancel-in-progress: false

jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Cloning rt-website
run: git clone https://github.com/eythaann/rt-website.git
run: git clone https://github.com/eythaann/rt-website.git .

- name: Detect package manager
id: detect-package-manager
Expand Down

0 comments on commit 6486eac

Please sign in to comment.