Skip to content

Update print statement from 'Hello' to 'Goodbye' #461

Update print statement from 'Hello' to 'Goodbye'

Update print statement from 'Hello' to 'Goodbye' #461

Workflow file for this run

name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- jekyllCode
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}