Skip to content

Commit fee4665

Browse files
committed
add dir listing
1 parent 6fd71b6 commit fee4665

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818
- name: Build Packages
1919
run: ./build.sh
2020

21+
- name: Generate Directory Listing
22+
uses: gacts/directory-listing@v1
23+
with:
24+
target: ./repo
25+
show-hidden: false
26+
overwrite: true
27+
2128
- name: Deploy to GitHub Pages
2229
uses: peaceiris/actions-gh-pages@v3
2330
with:

packages/ins/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ optdepends=(
1313
'kitty: default terminal for scratchpad'
1414
)
1515
source=("$pkgname-$pkgver.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v$pkgver.tar.gz")
16-
sha256sums=('SKIP') # Will be calculated after first release
17-
options=('!lto') # Disable LTO as recommended for Rust packages
16+
sha256sums=('SKIP') # Will be calculated after first release
17+
options=('!lto') # Disable LTO as recommended for Rust packages
1818

1919
prepare() {
2020
cd "instantCLI-$pkgver"

0 commit comments

Comments
 (0)