Skip to content

Commit

Permalink
fat: store final website into "luma" folder to ease upcoming deploy a…
Browse files Browse the repository at this point in the history
…utomation
  • Loading branch information
BoboTiG committed Feb 3, 2024
1 parent 9ff0352 commit 7c9c665
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Folders
_build/
htdocs/
_live/
luma/
.mypy_cache/
.ruff_cache/
.vscode/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python -m pip install -r requirements.txt
./build.sh [live]
```

Les fichiers finaux se trouveront dans le dossier "htdocs".
Les fichiers finaux se trouveront dans le dossier "luma".

## Crédits

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SRC_DIR='sources'
DST_DIR='htdocs'
DST_DIR='luma'

dev_live() {
sphinx-autobuild \
Expand Down

0 comments on commit 7c9c665

Please sign in to comment.