Skip to content

Commit

Permalink
Modifications in the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki committed Feb 5, 2024
1 parent bd29ef7 commit bf78205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build PDF
on: [push]
on: workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pandoc-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Pandoc Books Build
on: [push]
on: workflow_dispatch
permissions:
contents: read
pages: write
Expand All @@ -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
Expand Down

0 comments on commit bf78205

Please sign in to comment.