Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ludiusvox authored Sep 26, 2024
1 parent 1405fbe commit dfa80d9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,19 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Pages
uses: actions/configure-pages@v5

# Install Jekyll and dependencies
- name: Install dependencies
run: |
gem install bundler
bundle install
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
run: bundle exec jekyll build --source . --destination ./_site

- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit dfa80d9

Please sign in to comment.