Merge 7029f23da9 into 323cd75efd
This commit is contained in:
commit
bad1d48195
|
|
@ -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