Edit Github Action to run only on Github
Some checks failed
deploy_gh_pages_mkdocs / deploy (push) Has been cancelled
Some checks failed
deploy_gh_pages_mkdocs / deploy (push) Has been cancelled
This commit is contained in:
parent
108d4dcbf9
commit
b0a50a4a93
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy_gh_pages.yml
vendored
1
.github/workflows/deploy_gh_pages.yml
vendored
|
@ -7,6 +7,7 @@ permissions:
|
||||||
contents: write
|
contents: write
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
if: github.repository == 'Stephen-Seo/TurnBasedMinecraftMod'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Get Python and Git
|
- name: Get Python and Git
|
||||||
|
|
Loading…
Reference in a new issue