Skip to content

Commit

Permalink
Try upgrading jekyll deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
energee committed Dec 15, 2023
1 parent 7c4b6fd commit 30ff667
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,7 @@ jobs:
run: echo "{\"timestamp\":\"$(date +%s)\"}" > timestamp.json

# Use GitHub Deploy Action to build and deploy to Github
- uses: jeffreytse/jekyll-deploy-action@v0.3.1
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.0' # Specify Ruby version

- name: Install Bundler
run: gem install bundler -v 2.2.30 # Install the required Bundler version

- name: Bundle Install
run: bundle install # Run bundle install
- uses: jeffreytse/jekyll-deploy-action@v0.5.0
with:
provider: 'github'
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 30ff667

Please sign in to comment.