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:
440440
441441 - name : Deploy to GitHub Pages
442442 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
2727* .log
2828
2929# 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
3545
3646# Claude
3747CLAUDE.md
Original file line number Diff line number Diff line change @@ -225,4 +225,4 @@ echo ""
225225echo " Press Ctrl+C to stop the server"
226226
227227cd " $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