Merge 7029f23da9 into 5fe54de24e
This commit is contained in:
commit
a721dc7615
|
|
@ -52,6 +52,8 @@ jobs:
|
|||
path: build/site
|
||||
|
||||
deploy:
|
||||
# Don't run on forked repositories
|
||||
if: github.event.repository.fork != true
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue