Skip to content

Commit

Permalink
Update build-site.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Trevor Grant <trevor.d.grant@gmail.com>
  • Loading branch information
rawkintrevo authored Feb 23, 2025
1 parent 8cbec5c commit f5e7609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
git commit -m "Update documentation" || echo "No docs changes"
- name: Build site
working-directory: ./website
run: |
gem install bundler
bundle install
Expand All @@ -35,4 +36,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
publish_dir: ./website/_site

0 comments on commit f5e7609

Please sign in to comment.