mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Updated workflows
This commit is contained in:
parent
a070203f91
commit
81fbd38b96
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -30,7 +30,7 @@ env:
|
||||
jobs:
|
||||
publish_pypi:
|
||||
name: Build and push Python package
|
||||
if: github.event.pull_request.head.repo.fork == false
|
||||
if: github.event.repository.fork == false
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
@ -56,7 +56,7 @@ jobs:
|
||||
|
||||
publish_docker:
|
||||
name: Build and push Docker image
|
||||
if: github.event.pull_request.head.repo.fork == false
|
||||
if: github.event.repository.fork == false
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user