Skip to content

Commit

Permalink
chore: revert "chore: clear netlify cache (#11765)" (#11766)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Jan 20, 2023
1 parent 9cabd08 commit 94e40b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,5 +307,3 @@ export default defineConfig({
},
},
})

// change to force netlify build
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"
[build]
publish = "docs/.vitepress/dist"
command = "rm -rf node_modules && pnpm i && pnpm ci-docs"
command = "pnpm ci-docs"
ignore = "./scripts/docs-check.sh"

0 comments on commit 94e40b7

Please sign in to comment.