Skip to content

Commit

Permalink
Improve Build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paracycle committed Mar 25, 2024
1 parent c258b64 commit 44a89df
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,13 @@ jobs:
with:
ruby-version: '3.2'
bundler-cache: true
- run: bundle exec middleman build
- run: bundle exec middleman deploy
- name: Build
run: bundle exec middleman build
- name: Set Git info
run: |
git config user.email "ufuk@paralaus.com"
git config user.name "Ufuk Kayserilioglu"
- name: Deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bundle exec middleman deploy

0 comments on commit 44a89df

Please sign in to comment.