Skip to content

Commit

Permalink
revert ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleehak committed Apr 20, 2024
1 parent d9dc19f commit 8bab655
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,12 @@ jobs:
node-version: "18.16.1"

- name: Install 🔧
run: npm install
working-directory: frontend/briefme
run: npm --prefix ./frontend/briefme install

- name: Build
run: npm run build
working-directory: frontend/briefme
run: npm run build --prefix ./frontend/briefme

- name: Deploy to GH Pages 🚀
uses: JamesIves/[email protected]
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.SECRET_BRIEFME_WORKFLOW }}
BRANCH: main
FOLDER: frontend/briefme/build

0 comments on commit 8bab655

Please sign in to comment.