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 09bc85b commit 90cf889
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./cllm-website/
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -22,6 +25,7 @@ jobs:
with:
node-version: 18
cache: npm
cache-dependency-path: './cllm-website/package-lock.json'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 90cf889

Please sign in to comment.