all repos — birabittoh.github.io @ b82a7cbc5c4a916fd25c8988f2ab83f3a807af4d

My current website, built with Zola.

fix workflow
Marco Andronaco andronacomarco@gmail.com
Fri, 14 Jul 2023 15:00:27 +0200
commit

b82a7cbc5c4a916fd25c8988f2ab83f3a807af4d

parent

3c9cfc1f936c097952864ab1b3df63c4bb70e45f

1 files changed, 3 insertions(+), 7 deletions(-)

jump to
M .github/workflows/gh.pages.yml.github/workflows/gh.pages.yml

@@ -3,18 +3,14 @@

on: push: branches: - - master # Set a branch name to trigger deployment - pull_request: + - master jobs: build: runs-on: ubuntu-latest - permissions: - contents: write - concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + if: github.ref != 'refs/heads/master' steps: - - name: checkout + - name: checkout uses: actions/checkout@v3 with: submodules: true # Fetch Hugo themes (true OR recursive)