Skip to content

Commit

Permalink
Update gh-pages workflow to match output dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Apr 30, 2024
1 parent 0cab3f7 commit 6ae8766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
id: pages
uses: actions/configure-pages@v5
- name: Build with IRB
# Outputs to the './_site' directory by default
run: bundle exec rake rdoc
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "docs/"

deploy:
environment:
Expand Down

0 comments on commit 6ae8766

Please sign in to comment.