mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-10 00:48:06 +01:00
ci: pages
This commit is contained in:
parent
e7fcd38f2c
commit
a05cce3865
1 changed files with 2 additions and 5 deletions
7
.github/workflows/pages.yml
vendored
7
.github/workflows/pages.yml
vendored
|
@ -91,11 +91,7 @@ jobs:
|
||||||
xbps-install -yu
|
xbps-install -yu
|
||||||
|
|
||||||
- name: Clone and checkout
|
- name: Clone and checkout
|
||||||
uses: actions/checkout@v4
|
uses: classabbyamp/treeless-checkout-action@v1
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
filter: tree:0
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Create hostrepo and prepare masterdir
|
- name: Create hostrepo and prepare masterdir
|
||||||
run: |
|
run: |
|
||||||
|
@ -119,6 +115,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build apindex
|
- name: Build apindex
|
||||||
run: |
|
run: |
|
||||||
|
git clone https://github.com/libthinkpad/apindex.git
|
||||||
cd apindex
|
cd apindex
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|
Loading…
Reference in a new issue