mirror of
https://github.com/soconnor0919/robot-plugins.git
synced 2025-12-12 23:24:43 -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",
|
||||
"name": "HRIStudio Official Robot Plugins",
|
||||
"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,
|
||||
"trust": "official",
|
||||
"author": {
|
||||
"name": "HRIStudio Team",
|
||||
"email": "team@hristudio.org",
|
||||
@@ -19,13 +20,7 @@
|
||||
"homepage": "https://hristudio.org/plugins",
|
||||
"license": "MIT",
|
||||
"defaultBranch": "main",
|
||||
"lastUpdated": "2024-02-12T00:00:00Z",
|
||||
"trust": "official",
|
||||
"assets": {
|
||||
"icon": "assets/repository-icon.png",
|
||||
"logo": "assets/repository-logo.png",
|
||||
"banner": "assets/repository-banner.png"
|
||||
},
|
||||
"lastUpdated": "2025-02-13T00:00:00Z",
|
||||
"compatibility": {
|
||||
"hristudio": {
|
||||
"min": "0.1.0",
|
||||
@@ -36,6 +31,11 @@
|
||||
"recommended": "iron"
|
||||
}
|
||||
},
|
||||
"assets": {
|
||||
"icon": "assets/repository-icon.png",
|
||||
"logo": "assets/repository-logo.png",
|
||||
"banner": "assets/repository-banner.png"
|
||||
},
|
||||
"tags": [
|
||||
"official",
|
||||
"mobile-robots",
|
||||
|
||||
Reference in New Issue
Block a user