Skip to content

Commit

Permalink
update book package
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Jan 4, 2024
1 parent 0e484f5 commit d229bfd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/prep-book-package.yml
Expand Up @@ -10,11 +10,8 @@ jobs:
container: ghcr.io/geocompx/docker:python
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
if: contains(github.event.head_commit.message, 'update book package')
steps:
- name: Run only if commit message contains 'update book package'
if: contains(github.event.head_commit.message, 'update book package')
run: |
echo 'Preparing book package!'
- uses: actions/checkout@v2
- name: Convert
run: |
Expand Down

0 comments on commit d229bfd

Please sign in to comment.