From 256216a95c10a3e12a1f81cf7626008d138e95e8 Mon Sep 17 00:00:00 2001 From: Ellen Duong Date: Wed, 10 Jul 2024 16:22:23 -0400 Subject: [PATCH 1/3] fix: delete release.yml --- .github/workflows/release.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index aca3fb22..00000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: Release to GitHub Pages -on: - push: - branches: main - -permissions: - contents: write - -jobs: - gh-release: - runs-on: ubuntu-latest - steps: - - name: ⬇️ Checkout repo - uses: actions/checkout@v4 - - - name: ⎔ Setup node - uses: actions/setup-node@v4 - with: - node-version-file: .nvmrc - cache: npm - - - name: 📥 Install Dependencies - run: npm ci - - - name: 🔨 Build the website - run: npm run build - - - name: 🚀 Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build - user_name: ccv-cj - user_email: ccv-bot@brown.edu From 2c434a258b08b065f8bc5165239f32c73b27427a Mon Sep 17 00:00:00 2001 From: Ellen Duong Date: Wed, 10 Jul 2024 16:25:11 -0400 Subject: [PATCH 2/3] docs: update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19223c57..d41028ec 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This command generates static content into the `build` directory and can be serv ## Deployment -Deployment happens in GitHub Actions to GitHub Pages +Deployment happens through Firebase Hosting. Take a look at the github workflows ## Versioning From a1e80b18b0c228a513b830c2d6a41c71b341d9dc Mon Sep 17 00:00:00 2001 From: Robert Gemma <38439940+RobertGemmaJr@users.noreply.github.com> Date: Wed, 10 Jul 2024 16:39:33 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d41028ec..866f4343 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This command generates static content into the `build` directory and can be serv ## Deployment -Deployment happens through Firebase Hosting. Take a look at the github workflows +Deployment happens through Firebase Hosting. Take a look at the github workflows! ## Versioning