[page skip] try workflow
This commit is contained in:
parent
bcd64dd8e6
commit
ee36c7bb62
1
.github/workflows/page.yml
vendored
1
.github/workflows/page.yml
vendored
@ -23,6 +23,7 @@ concurrency:
|
||||
jobs:
|
||||
# Single deploy job since we're just deploying
|
||||
deploy:
|
||||
if: ${{!startsWith(github.event.ref, 'refs/tags/') && contains(github.event.head_commit.message, '[page skip]') == false }}
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
Loading…
Reference in New Issue
Block a user