Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisbernard committed Sep 2, 2024
1 parent 8229ad2 commit 422a909
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy RDoc site to Pages

on:
push:
branches: [ 'update_style' ]
branches: [ 'ruby-docs' ]
workflow_dispatch:

permissions:
Expand All @@ -21,6 +21,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Checkout Ruby
uses: actions/checkout@v4
with:
repository: ruby/ruby
path: ruby

- ls -l
- ls -l ruby

- name: Setup Ruby
uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187.0
with:
Expand Down

0 comments on commit 422a909

Please sign in to comment.