diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec3b37fc..3967d442 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: deploy: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: @@ -22,9 +22,9 @@ jobs: 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: '0.123.2' + hugo-version: '0.139.2' extended: true - name: Build diff --git a/.gitignore b/.gitignore index a0ec634d..9d233fdf 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ /public/ /resources/_gen/ hugo_stats.json +.hugo_build.lock # Executable may be added to repository hugo.exe diff --git a/themes/PaperMod b/themes/PaperMod index 55b2eb48..3e536210 160000 --- a/themes/PaperMod +++ b/themes/PaperMod @@ -1 +1 @@ -Subproject commit 55b2eb48ff90f086c300e9e33632465e919e2794 +Subproject commit 3e5362100777a9426e05ef30e972800cabb54f21