File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ optdepends=(
1313 ' kitty: default terminal for scratchpad'
1414)
1515source=(" $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
1919prepare () {
2020 cd " instantCLI-$pkgver "
You can’t perform that action at this time.
0 commit comments