fix
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 8m49s

This commit is contained in:
Justin Vollmer 2025-02-27 23:18:22 +01:00
parent 432f3fe79c
commit 3f880ab087

View File

@ -10,7 +10,7 @@ on:
# Runs on pushes targeting the default branch
push:
branches:
- main
- dev
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@ -37,11 +37,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: "main"
ref: "dev"
- name: checkout pages
uses: actions/checkout@v4
with:
ref: "pages"
ref: "main"
path: "pages"
- name: Setup Ruby
run: |