mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-25 12:14:32 -04:00
fix deb_dist
This commit is contained in:
parent
03334ec687
commit
b76ba443f0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/debian.yml
vendored
3
.github/workflows/debian.yml
vendored
|
@ -39,7 +39,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install archivebox from deb
|
- name: Install archivebox from deb
|
||||||
run: |
|
run: |
|
||||||
sudo apt install deb_dist/archivebox*.deb
|
cd deb_dist/
|
||||||
|
sudo apt install archivebox*.deb
|
||||||
|
|
||||||
- name: Add some links to test
|
- name: Add some links to test
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue