Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
genuinemoses authored Dec 11, 2023
1 parent fe30674 commit a88c9fb
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,14 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7

- name: Build site
run: bundle exec jekyll build --verbose --trace


- name: Install dependencies
run: |
gem install bundler
bundle install
- name: Build Jekyll site
run: bundle exec jekyll build
- name: Build site
run: bundle exec jekyll build --verbose --trace

- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit a88c9fb

Please sign in to comment.