Compare commits
2 Commits
5f2c415f17
...
d5986fbc68
| Author | SHA1 | Date |
|---|---|---|
|
|
d5986fbc68 | |
|
|
7029f23da9 |
|
|
@ -52,6 +52,8 @@ jobs:
|
||||||
path: build/site
|
path: build/site
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
# Don't run on forked repositories
|
||||||
|
if: github.event.repository.fork != true
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue