We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eeb219 commit e21672eCopy full SHA for e21672e
1 file changed
.github/workflows/jekyll.yml
@@ -17,6 +17,7 @@ concurrency:
17
18
jobs:
19
build:
20
+ if: github.repository_owner == 'ruby'
21
runs-on: ubuntu-latest
22
steps:
23
- name: Checkout
@@ -37,6 +38,7 @@ jobs:
37
38
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
39
40
deploy:
41
42
environment:
43
name: github-pages
44
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments