From bf782054db4a0e874ef8dcee5ffbb5086ad7b27d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yuki=20=28aka=20Rub=C3=A9n=20G=C3=B3mez=29?= Date: Mon, 5 Feb 2024 09:22:51 +0100 Subject: [PATCH] Modifications in the workflows --- .github/workflows/build-and-publish.yml | 2 +- .github/workflows/pandoc-publish.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index e0efbc1..8bc24d3 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -1,5 +1,5 @@ name: Build PDF -on: [push] +on: workflow_dispatch jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/pandoc-publish.yml b/.github/workflows/pandoc-publish.yml index 2bfab54..78be84b 100644 --- a/.github/workflows/pandoc-publish.yml +++ b/.github/workflows/pandoc-publish.yml @@ -1,5 +1,5 @@ name: Pandoc Books Build -on: [push] +on: workflow_dispatch permissions: contents: read pages: write @@ -10,6 +10,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest + continue-on-error: true steps: - name: Set up Git repository uses: actions/checkout@v4