Skip to content

Commit

Permalink
fix(build): pin hugo version, remove github version autoupdates
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Dec 7, 2023
1 parent a4a3e94 commit 85a0abf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2 changes: 2 additions & 0 deletions .github/workflows/hugo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.89.4'

- name: Build
run: |
Expand Down

0 comments on commit 85a0abf

Please sign in to comment.