Skip to content

Commit 00f19e8

Browse files
author
Murilo Marinho
committed
Creating an index file to see if that helps github-pages
1 parent d838f2e commit 00f19e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/autobuilder.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ jobs:
4242
gpg --armor --export "murilomarinho@ieee.org" > KEY.gpg
4343
dpkg-scanpackages --multiversion . > Packages
4444
gzip -k -f Packages
45-
sudo apt-get install apt-utils
45+
sudo apt-get install apt-utils tree
4646
apt-ftparchive release . > Release
4747
gpg --default-key "murilomarinho@ieee.org" -abs -o - Release > Release.gpg
4848
gpg --default-key "murilomarinho@ieee.org" --clearsign -o - Release > InRelease
4949
echo "deb [signed-by=/etc/apt/trusted.gpg.d/smartarmstack_lgpl.gpg] https://smartarmstack.github.io/smart_arm_stack_ROS2 ./" > smartarmstack_lgpl.list
50+
tree -H '.' -L 1 --noreport --dirsfirst -T 'PPA' -s -D --charset utf-8 -I "index.html" -o index.html
5051
- name: Upload PPA Files
5152
uses: actions/upload-artifact@v4
5253
with:

0 commit comments

Comments
 (0)