Skip to content

Commit

Permalink
Actions: Switch Jekyll build to the one from GH Actions
Browse files Browse the repository at this point in the history
The current Jekyll build is erroring out because it doesn't have a
GitHub token.  Instead of providing one, let's try the canned GitHub
Action.
  • Loading branch information
akkornel committed Jun 3, 2024
1 parent 1491d4a commit 7e3d530
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ jobs:
id: pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
uses: actions/[email protected]
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 7e3d530

Please sign in to comment.