Skip to content

Commit

Permalink
fix build path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
caindy committed Jan 13, 2024
1 parent e9b5e47 commit b7a2f08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@ jobs:
GEM_REPO: "https://rubygems.org"
with:
ruby-version: '3.1'
bundler-cache: true
working-directory: docs
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Build with Jekyll
run: bundle exec jekyll build --source docs
run: cd docs && bundle exec jekyll build
env:
JEKYLL_ENV: production
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs/_site/

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b7a2f08

Please sign in to comment.