Skip to content

Commit

Permalink
- github action ci;
Browse files Browse the repository at this point in the history
  • Loading branch information
gzrjzcx committed Jun 7, 2024
1 parent 7cb0488 commit 1e8079f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./blog
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -23,7 +26,7 @@ jobs:
- name: Cache NPM dependencies
uses: actions/cache@v4
with:
path: blog/node_modules
path: node_modules
key: ${{ runner.OS }}-npm-cache
restore-keys: |
${{ runner.OS }}-npm-cache
Expand Down

0 comments on commit 1e8079f

Please sign in to comment.