Skip to content

Commit

Permalink
ci: update hugo build
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-bandit committed Jan 13, 2025
1 parent be3ebd3 commit d76c319
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy_gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@ permissions:
jobs:
deploy:
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "latest"
hugo-version: '0.119.0'
extended: true

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseurl = "https://blog.bytewerk.io/"
baseurl = "https://blog.bytewerk.io"
title = "🦝 Gambits & Exploits"
theme = "hugo-coder"
languageCode = "en"
Expand Down

0 comments on commit d76c319

Please sign in to comment.