fix workflow
Marco Andronaco andronacomarco@gmail.com
Fri, 14 Jul 2023 15:00:27 +0200
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)