Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
augustfengd committed Jan 27, 2025
1 parent 116ede1 commit 5b96b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apps.blog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- run: gh release download v0.142.0 --repo gohugoio/hugo --pattern hugo_0.142.0_linux-arm64.deb
env:
GH_TOKEN: ${{ github.token }}
- run: dpkg -i hugo_0.142.0_linux-arm64.deb
- run: sudo dpkg -i hugo_0.142.0_linux-arm64.deb
- run: cd apps/blog ; make
- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion apps/blog/.refresh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5
6

0 comments on commit 5b96b73

Please sign in to comment.