Skip to content

Commit

Permalink
just api
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwutk committed Jul 28, 2024
1 parent 46e9510 commit dcd7624
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 178 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand All @@ -51,31 +45,14 @@ jobs:
--project-url=https://apperception-db.github.io/spatialyze \
--html-viewsource-base=https://github.com/apperception-db/spatialyze/tree/main \
--make-html \
--html-output=docs/api \
--html-output=_site \
--project-base-dir="." \
--docformat=epytext \
--intersphinx=https://docs.python.org/3/objects.inv \
--privacy="HIDDEN:spatialyze.video_processor.modules" \
--privacy="HIDDEN:spatialyze.video_processor.stages" \
./spatialyze || true
- name: Copy Assets
run: |
mkdir -p docs/data
cp -r data/assets docs/data
- name: Build with Jekyll
if: always()
# Outputs to the './_site' directory by default
working-directory: ./docs
run: |
cat ../README.md >> index.md
gem install bundler jekyll
bundle install
bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
cp -r _site ../_site
env:
JEKYLL_ENV: production
- name: Upload artifact
if: always()
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ evaluation/eva/eva-times.txt
evaluation/nuscenes/devkit/*.txt
data/skyquery/car-model/yolov3.best

docs/api
_site
15 changes: 0 additions & 15 deletions docs/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions docs/Gemfile

This file was deleted.

92 changes: 0 additions & 92 deletions docs/Gemfile.lock

This file was deleted.

21 changes: 0 additions & 21 deletions docs/LICENSE

This file was deleted.

14 changes: 0 additions & 14 deletions docs/_config.yml

This file was deleted.

4 changes: 0 additions & 4 deletions docs/index.md

This file was deleted.

0 comments on commit dcd7624

Please sign in to comment.