[page skip] try workflow

This commit is contained in:
沈瑗杰 2023-01-23 01:16:11 +08:00
parent bcd64dd8e6
commit ee36c7bb62

View File

@ -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 }}