diff --git a/.github/.News.yml b/.github/.News.yml deleted file mode 100644 index 29d695d..0000000 --- a/.github/.News.yml +++ /dev/null @@ -1,32 +0,0 @@ -# # -# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ # -# ┃ ┃ # -# ┃ MarkedDown/News ┃ # -# ┃ Action Settings ┃ # -# ┃ ┃ # -# ┃ 🗞 News sections generated from your input. ┃ # -# ┃ ┃ # -# ┃ https://github.com/MarkedDown/News ┃ # -# ┃ ┃ # -# ┃ ┃ # -# ┃ Configuration ┃ # -# ┠────────────────────────────────────────────────────────────────────────┨ # -# ┃ ┃ # -# ┃ A configuration describes from where data ┃ # -# ┃ should be loaded and where to inject it. ┃ # -# ┃ ┃ # -# ┃ ┃ # -# ┃ Example ┃ # -# ┠────────────────────────────────────────────────────────────────────────┨ # -# ┃ ┃ # -# ┃ - Inject : Example/README.md ┃ # -# ┃ Input : Example/News.yaml ┃ # -# ┃ ┃ # -# ┃ ┃ # -# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ # -# # - - -- Inject : profile/README.md - Input : News/Overview.yaml - diff --git a/.github/workflows/News.yml b/.github/workflows/News.yml deleted file mode 100644 index a571665..0000000 --- a/.github/workflows/News.yml +++ /dev/null @@ -1,54 +0,0 @@ - -name : Update News Section - -on: - - workflow_dispatch: - - pull_request: - - branches : [ main ] - - paths : - - - 'News/**' - - push: - - branches : [ main ] - - paths : - - - 'News/**' - - - -concurrency: - - cancel-in-progress : true - group : news - - -jobs : - Build : - - runs-on : ubuntu-latest - - steps : - - - name : Checkout - uses : actions/checkout@v3 - - - name : Run News Builder - uses : MarkedDown/News@1.0.0 - with : - - config : .github/.News.yml - - - name : Commit Changes - uses : EndBug/add-and-commit@v9 - with : - - default_author : github_actor - message : Updated News Section - add : profile/README.md diff --git a/News/Overview.yaml b/News/Overview.yaml deleted file mode 100644 index 1379a50..0000000 --- a/News/Overview.yaml +++ /dev/null @@ -1,53 +0,0 @@ - -# -# News Articles -# ============= -# -# Structure: -# ---------- -# -# - title :
- -- - - - - - -
🗃 Backend Feature
Allow package authors to transfer
their ownership to another user.
🔬 Testing2
This is a test message!
🔬 Testing
This is a test message!
🎅 Merry Christmas
from all of us here at Pulsar edit!
We wish everyone a great new year!
- -