Skip to content

Commit

Permalink
Use with: path:
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Jul 25, 2023
1 parent 34d31a9 commit 21c3afb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ jobs:
uses: actions/configure-pages@v2
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}/docs"
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v1
with:
path: docs

# Deployment job
deploy:
Expand Down

0 comments on commit 21c3afb

Please sign in to comment.