mirror of
https://github.com/soconnor0919/robot-plugins.git
synced 2025-12-15 08:24:45 -05:00
Update repository URL and last updated timestamp
This commit is contained in:
37
.github/workflows/pages.yml
vendored
Normal file
37
.github/workflows/pages.yml
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
name: Deploy to GitHub Pages
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: ["main"]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pages: write
|
||||||
|
id-token: write
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: "pages"
|
||||||
|
cancel-in-progress: false
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
environment:
|
||||||
|
name: github-pages
|
||||||
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Setup Pages
|
||||||
|
uses: actions/configure-pages@v4
|
||||||
|
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-pages-artifact@v3
|
||||||
|
with:
|
||||||
|
path: '.'
|
||||||
|
|
||||||
|
- name: Deploy to GitHub Pages
|
||||||
|
id: deployment
|
||||||
|
uses: actions/deploy-pages@v4
|
||||||
@@ -2,8 +2,9 @@
|
|||||||
"id": "hristudio-official",
|
"id": "hristudio-official",
|
||||||
"name": "HRIStudio Official Robot Plugins",
|
"name": "HRIStudio Official Robot Plugins",
|
||||||
"description": "Official collection of robot plugins maintained by the HRIStudio team",
|
"description": "Official collection of robot plugins maintained by the HRIStudio team",
|
||||||
"url": "https://github.com/soconnor0919/robot-plugins",
|
"url": "https://soconnor0919.github.io/robot-plugins",
|
||||||
"official": true,
|
"official": true,
|
||||||
|
"trust": "official",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "HRIStudio Team",
|
"name": "HRIStudio Team",
|
||||||
"email": "team@hristudio.org",
|
"email": "team@hristudio.org",
|
||||||
@@ -19,13 +20,7 @@
|
|||||||
"homepage": "https://hristudio.org/plugins",
|
"homepage": "https://hristudio.org/plugins",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"defaultBranch": "main",
|
"defaultBranch": "main",
|
||||||
"lastUpdated": "2024-02-12T00:00:00Z",
|
"lastUpdated": "2025-02-13T00:00:00Z",
|
||||||
"trust": "official",
|
|
||||||
"assets": {
|
|
||||||
"icon": "assets/repository-icon.png",
|
|
||||||
"logo": "assets/repository-logo.png",
|
|
||||||
"banner": "assets/repository-banner.png"
|
|
||||||
},
|
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"hristudio": {
|
"hristudio": {
|
||||||
"min": "0.1.0",
|
"min": "0.1.0",
|
||||||
@@ -36,6 +31,11 @@
|
|||||||
"recommended": "iron"
|
"recommended": "iron"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"assets": {
|
||||||
|
"icon": "assets/repository-icon.png",
|
||||||
|
"logo": "assets/repository-logo.png",
|
||||||
|
"banner": "assets/repository-banner.png"
|
||||||
|
},
|
||||||
"tags": [
|
"tags": [
|
||||||
"official",
|
"official",
|
||||||
"mobile-robots",
|
"mobile-robots",
|
||||||
|
|||||||
Reference in New Issue
Block a user