Skip to content

Commit

Permalink
ci: test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed Sep 17, 2024
1 parent 1fd4c11 commit d9fe4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
# source: ./docs
# destination: ./_site
- name: Build with Jekyll
run: cd docs && bundle exec jekyll build -s ./docs -b "${{ steps.pages.outputs.base_path }}"
run: cd docs && bundle exec jekyll build -b "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./_site
path: ./docs/_site

# Deployment job
deploy:
Expand Down

0 comments on commit d9fe4f6

Please sign in to comment.