Skip to content

Commit

Permalink
trying to fakeout github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Apr 26, 2024
1 parent cd5db19 commit 86d0e94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
node-version: 20
cache: npm # or pnpm / yarn
cache-dependency-path: './docs/.vitepress/package-lock.json'
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dist
ving/drizzle/migrations
docs/.vitepress/cache
docs/.vitepress/dist
package-lock.json
/package-lock.json
1 change: 1 addition & 0 deletions docs/.vitepress/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 86d0e94

Please sign in to comment.