From a4c9727c9214273231dd65a3886b6276b0e329cb Mon Sep 17 00:00:00 2001 From: Wise Date: Tue, 16 Apr 2024 21:49:58 +0200 Subject: [PATCH] bump submodule and actions --- .github/workflows/publishGithubPages.yml | 76 ++++++++++++------------ themes/hugo-PaperMod | 2 +- 2 files changed, 39 insertions(+), 39 deletions(-) diff --git a/.github/workflows/publishGithubPages.yml b/.github/workflows/publishGithubPages.yml index 98199228..a53d1b0a 100644 --- a/.github/workflows/publishGithubPages.yml +++ b/.github/workflows/publishGithubPages.yml @@ -1,38 +1,38 @@ -# This is a basic workflow to help you get started with Actions - -name: Publish to Github pages - -# Controls when the workflow will run -on: - # Triggers the workflow on push events but only for the master branch - push: - branches: [ master ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - buildAndDeploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - submodules: true - fetch-depth: 0 - - - name: Install and Setup Hugo - uses: peaceiris/actions-hugo@v3 - with: - hugo-version: 'latest' - extended: true - - - name: Build site - run: hugo --minify --enableGitInfo --gc --baseURL https://wiseweb-works.github.io/blog/ - - - name: Deploy to Github Pages - uses: peaceiris/actions-gh-pages@v3 - if: github.ref == 'refs/heads/master' - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./public +# This is a basic workflow to help you get started with Actions + +name: Publish to Github pages + +# Controls when the workflow will run +on: + # Triggers the workflow on push events but only for the master branch + push: + branches: [ master ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + buildAndDeploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + submodules: true + fetch-depth: 0 + + - name: Install and Setup Hugo + uses: peaceiris/actions-hugo@v3 + with: + hugo-version: 'latest' + extended: true + + - name: Build site + run: hugo --minify --enableGitInfo --gc --baseURL https://wiseweb-works.github.io/blog/ + + - name: Deploy to Github Pages + uses: peaceiris/actions-gh-pages@v4 + if: github.ref == 'refs/heads/master' + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./public diff --git a/themes/hugo-PaperMod b/themes/hugo-PaperMod index dad94ab4..aa7905ea 160000 --- a/themes/hugo-PaperMod +++ b/themes/hugo-PaperMod @@ -1 +1 @@ -Subproject commit dad94ab4b7c55eea0b63f7b81419d027fe9a8d81 +Subproject commit aa7905eaca435f15aa9cb0efc4b15459049f58c5