Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ykdy3951 committed Mar 21, 2024
1 parent 90cf889 commit ac47e20
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./cllm-website/
env:
working-directory: ./cllm-website/
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -29,11 +28,12 @@ jobs:

- name: Install dependencies
run: |
npm --prefix ./cllm-website install --frozen-lockfile
npm install --frozen-lockfile
working-directory: ${{ env.working-directory }}
- name: Build website
run: |
npm --prefix ./cllm-website run build
npm run build
working-directory: ${{ env.working-directory }}
# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit ac47e20

Please sign in to comment.