Skip to content

Update jekyll-gh-pages.yml #10

Update jekyll-gh-pages.yml

Update jekyll-gh-pages.yml #10

name: Deploy Frontend to Github Pages
on:
push:
branches:
- main
jobs:
deploy-react-to-gh-pages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: "18.16.1"
- name: Install 🔧
run: npm install
working-directory: frontend/briefme
- name: Build
run: npm run build
working-directory: frontend/briefme
- name: Deploy to GH Pages 🚀
uses: JamesIves/[email protected]
with:
github_token: ${{ secrets.SECRET_BRIEFME_WORKFLOW }}
BRANCH: main
FOLDER: frontend/briefme/build