Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
penndu authored Nov 9, 2023
1 parent 4510839 commit fa0bf03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '19.9'
cache: 'npm'
cache-dependency-path: package-lock.json
- name: npm
run: |
npm i -g hexo-cli
Expand All @@ -30,4 +32,4 @@ jobs:
publish_branch: master
publish_dir: ./public
- name: algolia
run: hexo algolia
run: hexo algolia

0 comments on commit fa0bf03

Please sign in to comment.