Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 274616d

Browse files
committed
Fix CI
1 parent 22f5971 commit 274616d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@ jobs:
1818
- name: Setup Pages
1919
id: pages
2020
uses: actions/configure-pages@v3
21-
- name: Setup makedeb APT repositories
22-
uses: makedeb/setup-makedeb@main
21+
- name: Setup Hugo
22+
uses: peaceiris/actions-hugo@v3
2323
with:
24-
makedeb-repo: false
25-
pbmpr-repo: true
26-
- name: Install Hugo
27-
run: sudo apt-get install hugo -y
24+
extended: true
2825
- name: Build site
2926
run: hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"
3027
- name: Upload site artifact

0 commit comments

Comments
 (0)