Skip to content

Commit cdc4875

Browse files
committed
adapt gh-pages action
1 parent 4758120 commit cdc4875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
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: [ 'master' ]
5+
branches: [ 'update_style' ]
66
workflow_dispatch:
77

88
permissions:
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/configure-pages@v5
3232
- name: Build with RDoc
3333
# Outputs to the './_site' directory by default
34-
run: bundle exec rake rdoc
34+
run: bundle exec rake rdoc --template=rorvswild
3535
- name: Upload artifact
3636
uses: actions/upload-pages-artifact@v3
3737

0 commit comments

Comments
 (0)