Skip to content

Commit

Permalink
testing removing files
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed May 14, 2024
1 parent 65ff061 commit 0130b3a
Show file tree
Hide file tree
Showing 23 changed files with 15 additions and 2,740 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: Deploy VAME Docs to GitHub Pages
on:
push:
branches:
- main
#- docs
- docs/adding-docs-app # todo remove
- docs
- docs/adding-docs-app

jobs:
deploy:
Expand All @@ -17,6 +16,18 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.11

- name: Install docs dependencies.
run: pip install -r docs/requirements-docs.txt

- name: Auto generate API Reference.
run: cd docs && pydoc-markdown

- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.11

# - name: Install VAME Project.
# run: |
# python -m pip install --upgrade pip
# pip install .

- name: Install docs dependencies.
run: pip install -r docs/requirements-docs.txt

Expand Down
8 changes: 0 additions & 8 deletions docs/vame-docs-app/docs/reference/_category_.json

This file was deleted.

48 changes: 0 additions & 48 deletions docs/vame-docs-app/docs/reference/sidebar.json

This file was deleted.

Loading

0 comments on commit 0130b3a

Please sign in to comment.