Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chowdm4 authored Feb 8, 2025
1 parent ba87fc3 commit 39e8c10
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
ame: Deploy Jekyll Website
name: Deploy Jekyll Website # No typos here

on:
push:
branches:
- main # Change to your default branch if needed
- main # Change if using a different branch

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0' # Change if needed
ruby-version: '3.0' # Change if needed

- name: Install Jekyll dependencies
run: |
Expand Down

0 comments on commit 39e8c10

Please sign in to comment.