Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClockRide committed Feb 17, 2024
1 parent 7a02628 commit 2bbec94
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ node_modules/
.DS_Store
**/.DS_Store
*.iml
.vercel
13 changes: 13 additions & 0 deletions .vercelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.vscode
.code
.idea
site/
venv/
env/
*.out
node_modules/
.DS_Store
**/.DS_Store
*.iml
!.git
!.git/*
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"installCommand": "pip3 install virtualenv && virtualenv venv; source venv/bin/activate && pip3 install -r requirements.txt",
"buildCommand": "mkdocs build",
"buildCommand": "source venv/bin/activate && mkdocs build",
"outputDirectory": "site"
}

0 comments on commit 2bbec94

Please sign in to comment.