Skip to content

Commit 6037af3

Browse files
fix: pre-commit
1 parent e47bddc commit 6037af3

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.gitignore

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff 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
3747
CLAUDE.md

local-build-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,4 @@ echo ""
225225
echo "Press Ctrl+C to stop the server"
226226

227227
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

0 commit comments

Comments
 (0)