Skip to content

Commit

Permalink
folder change: bring assets to /root
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhrant committed Aug 28, 2024
1 parent 699e478 commit cf30da6
Show file tree
Hide file tree
Showing 118 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ venv.bak/
.ropeproject

# mkdocs documentation
/site
# /site

# mypy
.mypy_cache/
Expand All @@ -159,4 +159,4 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

site/
# site/
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ echo $CWD
PUBLISH=$CWD/publish

# Clone the repository's gh-pages branch into the "publish" directory
echo "🚀 Cloning gh-pages branch into publish directory..."
git clone -b gh-pages https://github.com/nyunai/nyuntam-docs.git $PUBLISH
echo "🚀 Cloning dev branch into publish directory..."
git clone -b dev https://github.com/nyunAI/nyuntam-docs.git $PUBLISH

# Clear out existing content in the "publish" directory
echo "🚀 Clearing existing content in the publish directory..."
Expand All @@ -23,7 +23,7 @@ pip install -r requirements.txt

# Build the documentation using mkdocs
echo "🚀 Building documentation using mkdocs..."
mkdocs build -f nyundocs_v1/mkdocs.yml -d $PUBLISH
mkdocs build -f nyuntam_docs/mkdocs.yml -d $PUBLISH

# Move into the "publish" directory
cd $PUBLISH
Expand Down

0 comments on commit cf30da6

Please sign in to comment.