Skip to content

Commit

Permalink
Merge pull request #30 from ralcorta/improvement
Browse files Browse the repository at this point in the history
doc: fix npm cache
  • Loading branch information
ralcorta authored Oct 2, 2023
2 parents a2a4df0 + badeca4 commit 0662799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vitepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'main'
- 'releases/**'
workflow_dispatch:

permissions:
contents: read
pages: write
Expand All @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
# cache: npm
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
Expand Down

0 comments on commit 0662799

Please sign in to comment.