Skip to content

Commit ecb35e3

Browse files
committed
Debug
1 parent 8229ad2 commit ecb35e3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/gh-pages.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy RDoc site to Pages
22

33
on:
44
push:
5-
branches: [ 'update_style' ]
5+
branches: [ 'ruby-docs' ]
66
workflow_dispatch:
77

88
permissions:
@@ -21,6 +21,18 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4
24+
25+
- name: Checkout Ruby
26+
uses: actions/checkout@v4
27+
with:
28+
repository: ruby/ruby
29+
path: ruby
30+
31+
- name: Debug
32+
run: |
33+
ls -l
34+
ls -l ruby
35+
2436
- name: Setup Ruby
2537
uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187.0
2638
with:

0 commit comments

Comments
 (0)