xrkffgg
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/site-deploy.yml
|
|
@ -7,7 +7,7 @@ on: |
|
|
|
jobs: |
|
|
|
setup: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
if: github.event.ref_type == 'tag' |
|
|
|
if: github.event.ref_type == 'tag' && (contains(github.event.ref, '-') == false) |
|
|
|
steps: |
|
|
|
- name: checkout |
|
|
|
uses: actions/checkout@master |
|
|
@ -67,4 +67,4 @@ jobs: |
|
|
|
PUBLISH_BRANCH: gh-pages |
|
|
|
PUBLISH_DIR: ./_site |
|
|
|
with: |
|
|
|
emptyCommits: false |
|
|
|
emptyCommits: false |
|
|
|