mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
finally got shields component versions working with github actions
This commit is contained in:
parent
e2a3252d8a
commit
9b9ce7eae1
5
.github/workflows/shields.yml
vendored
5
.github/workflows/shields.yml
vendored
@ -1,10 +1,10 @@
|
||||
# Simple workflow for deploying static content to GitHub Pages
|
||||
name: Deploy static content to Pages
|
||||
name: Deploy Component Versions
|
||||
|
||||
on:
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
branches: ["devel"]
|
||||
branches: ["main"]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
@ -37,7 +37,6 @@ jobs:
|
||||
uses: actions/setup-python@v3.1.3
|
||||
- run: mkdir shields
|
||||
- run: python imgen.py shields
|
||||
- run: ls shields/
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
|
18
README.md
18
README.md
@ -18,24 +18,24 @@ v10.1+ is required due the complete support of CC:Tweaked added in Mekanism v10.
|
||||
|
||||
There was also an apparent bug with boilers disconnecting and reconnecting when active in my test world on 10.0.24, so it may not even have been an option to fully implement this with support for 10.0.
|
||||
|
||||
## Component Versions
|
||||
## Released Component Versions
|
||||
|
||||
### Core
|
||||
|
||||
![Bootloader](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FMikaylaFischler%2Fcc-mek-scada%2Fdevel%2F.github%2Fshields.io%2Fbootloader.json)
|
||||
![Comms](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FMikaylaFischler%2Fcc-mek-scada%2Fdevel%2F.github%2Fshields.io%2Fcomms.json)
|
||||
![Bootloader](https://img.shields.io/endpoint?url=https%3A%2F%2Fmikaylafischler.github.io%2Fcc-mek-scada%2Fshields%2Fbootloader.json)
|
||||
![Comms](https://img.shields.io/endpoint?url=https%3A%2F%2Fmikaylafischler.github.io%2Fcc-mek-scada%2Fshields%2Fcomms.json)
|
||||
|
||||
### Utilities
|
||||
|
||||
![Installer](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FMikaylaFischler%2Fcc-mek-scada%2Fdevel%2F.github%2Fshields.io%2Finstaller.json)
|
||||
![Installer](https://img.shields.io/endpoint?url=https%3A%2F%2Fmikaylafischler.github.io%2Fcc-mek-scada%2Fshields%2Finstaller.json)
|
||||
|
||||
### Applications
|
||||
|
||||
![Reactor PLC](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FMikaylaFischler%2Fcc-mek-scada%2Fdevel%2F.github%2Fshields.io%2Freactor-plc.json)
|
||||
![RTU](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FMikaylaFischler%2Fcc-mek-scada%2Fdevel%2F.github%2Fshields.io%2Frtu.json)
|
||||
![Supervisor](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FMikaylaFischler%2Fcc-mek-scada%2Fdevel%2F.github%2Fshields.io%2Fsupervisor.json)
|
||||
![Coordinator](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FMikaylaFischler%2Fcc-mek-scada%2Fdevel%2F.github%2Fshields.io%2Fcoordinator.json)
|
||||
![Pocket](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FMikaylaFischler%2Fcc-mek-scada%2Fdevel%2F.github%2Fshields.io%2Fpocket.json)
|
||||
![Reactor PLC](https://img.shields.io/endpoint?url=https%3A%2F%2Fmikaylafischler.github.io%2Fcc-mek-scada%2Fshields%2Freactor-plc.json)
|
||||
![RTU](https://img.shields.io/endpoint?url=https%3A%2F%2Fmikaylafischler.github.io%2Fcc-mek-scada%2Fshields%2Frtu.json)
|
||||
![Supervisor](https://img.shields.io/endpoint?url=https%3A%2F%2Fmikaylafischler.github.io%2Fcc-mek-scada%2Fshields%2Fsupervisor.json)
|
||||
![Coordinator](https://img.shields.io/endpoint?url=https%3A%2F%2Fmikaylafischler.github.io%2Fcc-mek-scada%2Fshields%2Fcoordinator.json)
|
||||
![Pocket](https://img.shields.io/endpoint?url=https%3A%2F%2Fmikaylafischler.github.io%2Fcc-mek-scada%2Fshields%2Fpocket.json)
|
||||
|
||||
## Installation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user