Skip to content

Commit 74c63db

Browse files
committed
2026-teamH-wiki-entry CAD to URDF
1 parent ad2ee34 commit 74c63db

263 files changed

Lines changed: 50304 additions & 49985 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,62 @@
1-
# This workflow uses actions that are not certified by GitHub.
2-
# They are provided by a third-party and are governed by
3-
# separate terms of service, privacy policy, and support
4-
# documentation.
5-
6-
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
7-
name: Deploy Jekyll site to Pages
8-
9-
on:
10-
# Runs on pushes targeting the default branch
11-
push:
12-
branches: ["master", "deployment-test"]
13-
14-
# Allows you to run this workflow manually from the Actions tab
15-
workflow_dispatch:
16-
17-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
18-
permissions:
19-
contents: read
20-
pages: write
21-
id-token: write
22-
23-
# Allow one concurrent deployment
24-
concurrency:
25-
group: "pages"
26-
cancel-in-progress: true
27-
28-
jobs:
29-
# Build job
30-
build:
31-
runs-on: ubuntu-22.04
32-
steps:
33-
- name: Checkout
34-
uses: actions/checkout@v4
35-
- name: Setup Ruby
36-
uses: ruby/setup-ruby@v1
37-
with:
38-
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
39-
cache-version: 0 # Increment this number if you need to re-download cached gems
40-
- name: Setup Pages
41-
id: pages
42-
uses: actions/configure-pages@v5
43-
- name: Build with Jekyll
44-
# Outputs to the './_site' directory by default
45-
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
46-
env:
47-
JEKYLL_ENV: production
48-
- name: Upload artifact
49-
# Automatically uploads an artifact from the './_site' directory by default
50-
uses: actions/upload-pages-artifact@v3
51-
52-
# Deployment job
53-
deploy:
54-
environment:
55-
name: github-pages
56-
url: ${{ steps.deployment.outputs.page_url }}
57-
runs-on: ubuntu-latest
58-
needs: build
59-
steps:
60-
- name: Deploy to GitHub Pages
61-
id: deployment
62-
uses: actions/deploy-pages@v4
1+
# This workflow uses actions that are not certified by GitHub.
2+
# They are provided by a third-party and are governed by
3+
# separate terms of service, privacy policy, and support
4+
# documentation.
5+
6+
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
7+
name: Deploy Jekyll site to Pages
8+
9+
on:
10+
# Runs on pushes targeting the default branch
11+
push:
12+
branches: ["master", "deployment-test"]
13+
14+
# Allows you to run this workflow manually from the Actions tab
15+
workflow_dispatch:
16+
17+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
18+
permissions:
19+
contents: read
20+
pages: write
21+
id-token: write
22+
23+
# Allow one concurrent deployment
24+
concurrency:
25+
group: "pages"
26+
cancel-in-progress: true
27+
28+
jobs:
29+
# Build job
30+
build:
31+
runs-on: ubuntu-22.04
32+
steps:
33+
- name: Checkout
34+
uses: actions/checkout@v4
35+
- name: Setup Ruby
36+
uses: ruby/setup-ruby@v1
37+
with:
38+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
39+
cache-version: 0 # Increment this number if you need to re-download cached gems
40+
- name: Setup Pages
41+
id: pages
42+
uses: actions/configure-pages@v5
43+
- name: Build with Jekyll
44+
# Outputs to the './_site' directory by default
45+
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
46+
env:
47+
JEKYLL_ENV: production
48+
- name: Upload artifact
49+
# Automatically uploads an artifact from the './_site' directory by default
50+
uses: actions/upload-pages-artifact@v3
51+
52+
# Deployment job
53+
deploy:
54+
environment:
55+
name: github-pages
56+
url: ${{ steps.deployment.outputs.page_url }}
57+
runs-on: ubuntu-latest
58+
needs: build
59+
steps:
60+
- name: Deploy to GitHub Pages
61+
id: deployment
62+
uses: actions/deploy-pages@v4

.gitignore

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Ignore metadata generated by Jekyll
2-
_site/
3-
.sass-cache/
4-
.jekyll-cache/
5-
.jekyll-metadata
6-
7-
# Ignore folders generated by Bundler
8-
.bundle/
9-
vendor/
10-
11-
# Ignore others
12-
.DS_Store
1+
# Ignore metadata generated by Jekyll
2+
_site/
3+
.sass-cache/
4+
.jekyll-cache/
5+
.jekyll-metadata
6+
7+
# Ignore folders generated by Bundler
8+
.bundle/
9+
vendor/
10+
11+
# Ignore others
12+
.DS_Store

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.2.2

404.html

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
---
2-
layout: default
3-
---
4-
5-
<style type="text/css" media="screen">
6-
.container {
7-
margin: 10px auto;
8-
max-width: 600px;
9-
text-align: center;
10-
}
11-
h1 {
12-
margin: 30px 0;
13-
font-size: 4em;
14-
line-height: 1;
15-
letter-spacing: -1px;
16-
}
17-
</style>
18-
19-
<div class="container">
20-
<h1>404</h1>
21-
22-
<p><strong>Page not found :(</strong></p>
23-
<p>The requested page could not be found.</p>
24-
</div>
1+
---
2+
layout: default
3+
---
4+
5+
<style type="text/css" media="screen">
6+
.container {
7+
margin: 10px auto;
8+
max-width: 600px;
9+
text-align: center;
10+
}
11+
h1 {
12+
margin: 30px 0;
13+
font-size: 4em;
14+
line-height: 1;
15+
letter-spacing: -1px;
16+
}
17+
</style>
18+
19+
<div class="container">
20+
<h1>404</h1>
21+
22+
<p><strong>Page not found :(</strong></p>
23+
<p>The requested page could not be found.</p>
24+
</div>

Gemfile

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
source "https://rubygems.org"
2-
3-
gem "github-pages", "~> 232", group: :jekyll_plugins
4-
5-
group :jekyll_plugins do
6-
gem "jekyll-paginate"
7-
gem "jekyll-sitemap"
8-
gem "jekyll-gist"
9-
gem "jekyll-feed"
10-
gem "jemoji"
11-
end
12-
13-
14-
gem "nokogiri", ">= 1.10.8"
15-
gem "kramdown", ">= 2.3.0"
16-
gem 'webrick', "~> 1.7"
17-
gem "minimal-mistakes-jekyll"
18-
19-
1+
source "https://rubygems.org"
2+
3+
gem "github-pages", "~> 232", group: :jekyll_plugins
4+
5+
group :jekyll_plugins do
6+
gem "jekyll-paginate"
7+
gem "jekyll-sitemap"
8+
gem "jekyll-gist"
9+
gem "jekyll-feed"
10+
gem "jemoji"
11+
end
12+
13+
14+
gem "nokogiri", ">= 1.10.8"
15+
gem "kramdown", ">= 2.3.0"
16+
gem 'webrick', "~> 1.7"
17+
gem "minimal-mistakes-jekyll"
18+
19+

0 commit comments

Comments
 (0)