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 diff --git a/README.md b/README.md index 19223c57..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 in GitHub Actions to GitHub Pages +Deployment happens through Firebase Hosting. Take a look at the github workflows! ## Versioning