File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -440,4 +440,4 @@ jobs:
440
440
441
441
- name : Deploy to GitHub Pages
442
442
id : deployment
443
- uses : actions/deploy-pages@v4
443
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change @@ -27,11 +27,21 @@ Thumbs.db
27
27
* .log
28
28
29
29
# Docusaurus build artefacts
30
- docs /assets
31
- docs /docs
32
- docs /img
33
- 404.html
34
- sitemap.xml
30
+ docs /
31
+
32
+ # Docusaurus build cache
33
+ .docusaurus /
34
+ build /
35
+
36
+ # Node.js dependencies and build artifacts
37
+ node_modules /
38
+ npm-debug.log *
39
+ yarn-debug.log *
40
+ yarn-error.log *
41
+ .npm
42
+ .yarn-integrity
43
+ package-lock.json
44
+ yarn.lock
35
45
36
46
# Claude
37
47
CLAUDE.md
Original file line number Diff line number Diff line change @@ -225,4 +225,4 @@ echo ""
225
225
echo " Press Ctrl+C to stop the server"
226
226
227
227
cd " $DOCS_DIR "
228
- python3 -m http.server 3000 2> /dev/null || python -m SimpleHTTPServer 3000
228
+ python3 -m http.server 3000 2> /dev/null || python -m SimpleHTTPServer 3000
You can’t perform that action at this time.
0 commit comments