Skip to content

Commit

Permalink
Update website.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xriuk authored Apr 14, 2024
1 parent d98cdfb commit 19d697d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,15 @@ jobs:
id: pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
working-directory: "docs"
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "docs/_site"

deploy:
environment:
Expand Down

0 comments on commit 19d697d

Please sign in to comment.