mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-12 18:08:06 +01:00
ci: pages, submodule
This commit is contained in:
parent
19d42ed585
commit
a632e2d33e
4 changed files with 6 additions and 1 deletions
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
@ -109,7 +109,7 @@ jobs:
|
|||
)
|
||||
echo "Listen here okay?:"
|
||||
ls
|
||||
ls hostdir/binpkgs/main
|
||||
ls hostdir/binpkgs
|
||||
|
||||
- name: Show files
|
||||
run: |
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,6 +5,7 @@
|
|||
|
||||
# exclude everything in root except files and directories from void-packages
|
||||
/*
|
||||
!/apindex
|
||||
!/.editorconfig
|
||||
!/.gitattributes
|
||||
!/.github
|
||||
|
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "apindex"]
|
||||
path = apindex
|
||||
url = https://github.com/libthinkpad/apindex.git
|
1
apindex
Submodule
1
apindex
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 7f3ab793abd3eca5a28a5a759f08ebf13b420395
|
Loading…
Reference in a new issue