Skip to content

Commit 6ae8766

Browse files
committed
Update gh-pages workflow to match output dir name
1 parent 0cab3f7 commit 6ae8766

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ jobs:
3030
id: pages
3131
uses: actions/configure-pages@v5
3232
- name: Build with IRB
33-
# Outputs to the './_site' directory by default
3433
run: bundle exec rake rdoc
3534
- name: Upload artifact
3635
uses: actions/upload-pages-artifact@v3
36+
with:
37+
path: "docs/"
3738

3839
deploy:
3940
environment:

0 commit comments

Comments
 (0)