Make CI faster with docusaurus cache actions (#5)

Reviewed-on: https://gitea.com/gitea/docs/pulls/5
This commit is contained in:
Lunny Xiao
2024-06-15 05:16:46 +00:00
parent 7e77e7fb39
commit b1d0f63998
2 changed files with 11 additions and 1 deletions
-1
View File
@@ -31,7 +31,6 @@ prepare-docs: install prepare-awesome-latest prepare-awesome\#19 prepare-awesome
.PHONY: build
build:
npm ci
npm run build
.PHONY: serve