Skip to content

Commit

Permalink
Autobuild all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored Aug 10, 2024
1 parent 9314f97 commit f565dbc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build and Deploy Packages

on:
# push:
# branches:
# - main
workflow_dispatch:
push:
branches:
- main
# workflow_dispatch:

jobs:
build:
Expand Down
32 changes: 16 additions & 16 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,22 +98,22 @@ build_and_package() {
# sudo chmod -R 777 ../repoctl

local packages=(
# "albert"
# "aurutils"
# "bibata-cursor-theme-bin"
# "calamares-git"
## "eww"
# "gruvbox-plus-icon-theme-git"
# "libadwaita-without-adwaita-git"
# "mkinitcpio-openswap"
# "nwg-dock-hyprland"
# "pandoc-bin"
# "python-clickgen"
# "repoctl"
# "rua"
# "swayosd-git"
# "ventoy-bin"
# "yay-bin"
"albert"
"aurutils"
"bibata-cursor-theme-bin"
"calamares-git"
# #"eww"
"gruvbox-plus-icon-theme-git"
"libadwaita-without-adwaita-git"
"mkinitcpio-openswap"
"nwg-dock-hyprland"
"pandoc-bin"
"python-clickgen"
# #"repoctl"
"rua"
"swayosd-git"
"ventoy-bin"
"yay-bin"
)

for i in "${packages[@]}"; do
Expand Down

0 comments on commit f565dbc

Please sign in to comment.