Skip to content

Commit

Permalink
Add deploy command, git ignore local build site, add CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-spext committed Oct 28, 2024
1 parent b1cd0cc commit 5908768
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Build HTML
run: |
source backend/venv/bin/activate
mkdocs build
mkdocs gh-deploy
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ venv
*.egg-info
package-lock.json
*.mjs
site/*
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
director.videodb.io

0 comments on commit 5908768

Please sign in to comment.