Skip to content

Commit aceec34

Browse files
Isaac ROS 3.2
1 parent 1143871 commit aceec34

File tree

2,602 files changed

+1627
-2056641
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,602 files changed

+1627
-2056641
lines changed

.github/workflows/static.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
name: Deploy static content to Pages
33

44
on:
5-
# Runs on pushes targeting the default branch
5+
# Runs on pushes targeting the long-lived branches
66
push:
77
branches:
8-
- main
9-
- release-*
8+
- release-3.2
109

1110
# Allows you to run this workflow manually from the Actions tab
1211
workflow_dispatch:
@@ -32,14 +31,16 @@ jobs:
3231
runs-on: ubuntu-latest
3332
steps:
3433
- name: Checkout
35-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
35+
with:
36+
lfs: true
3637
- name: Setup Pages
37-
uses: actions/configure-pages@v3
38+
uses: actions/configure-pages@v5
3839
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v2
40+
uses: actions/upload-pages-artifact@v3
4041
with:
4142
# Upload entire repository
4243
path: 'public/'
4344
- name: Deploy to GitHub Pages
4445
id: deployment
45-
uses: actions/deploy-pages@v2
46+
uses: actions/deploy-pages@v4

public/.buildinfo

Lines changed: 0 additions & 4 deletions
This file was deleted.

public/.doctrees/about/contact.doctree

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/.doctrees/about/index.doctree

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/.doctrees/about/license.doctree

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/.doctrees/blog/index.doctree

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/.doctrees/concepts/benchmarking/index.doctree

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/.doctrees/concepts/dnn_inference/index.doctree

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/.doctrees/concepts/dnn_inference/model_preparation.doctree

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/.doctrees/concepts/dnn_inference/tensorrt_and_triton_info.doctree

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)