Skip to content

jekyll workflow testing #7

jekyll workflow testing

jekyll workflow testing #7

Workflow file for this run

name: Deploy badges to gh-pages
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy badges to gh-pages
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
run: bundle install
- name: Jekyll build
run: |
jekyll build
- name: Publish badges
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: _site