Skip to content

Commit

Permalink
fix path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
caindy committed Jan 13, 2024
1 parent f17306d commit 7919396
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,19 @@ jobs:
uses: ruby/setup-ruby@v1.98.0
with:
ruby-version: '3.1'
bundler-cache: true

- name: Setup Pages
uses: actions/configure-pages@v4
- name: Build with Jekyll
run: bundle exec jekyll build --source ./docs"
with:
working-directory: docs
run: 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 7919396

Please sign in to comment.