From 4688f738c87ed7247c39ccb71a29ede574f7ec1a Mon Sep 17 00:00:00 2001 From: Mitsuba100 Date: Wed, 11 Mar 2026 17:22:22 +0000 Subject: [PATCH] adding indexing html --- .github/workflows/update-repo.yml | 11 ++++++++++- index.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 index.html diff --git a/.github/workflows/update-repo.yml b/.github/workflows/update-repo.yml index ede36ed..fc57a40 100644 --- a/.github/workflows/update-repo.yml +++ b/.github/workflows/update-repo.yml @@ -42,7 +42,16 @@ jobs: else echo "No packages found." fi - + + - name: Generate Package Index + run: | + echo "

Package Index

" >> index.html + - name: Commit and Push changes run: | git config --global user.name "github-actions[bot]" diff --git a/index.html b/index.html new file mode 100644 index 0000000..1b1a1e4 --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ + + + + HyprArch Repository + + + +
+

🚀 HyprArch Custom Repository

+

To use this repository, add the following to your /etc/pacman.conf:

+
[hyprarch-repo]
+SigLevel = Optional TrustAll
+Server = https://hyprarch-repo.stuple.net/$arch
+ +

📦 Available Packages

+ +
+

Automated by GitHub Actions

+
+ +