Skip to content

readme: explain branch structure and ahead/behind message #3

readme: explain branch structure and ahead/behind message

readme: explain branch structure and ahead/behind message #3

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [source]
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.7'
bundler-cache: true
- run: bundle exec jekyll build
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
publish_branch: master