Skip to content

Commit 21b0a8d

Browse files
committed
chore: replace CI and pages workflows with a unified build-and-deploy workflow for Jekyll site
1 parent 4318a22 commit 21b0a8d

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

.github/workflows/pages.yml renamed to .github/workflows/build-and-deploy-jekyll-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Deploy Jekyll site to Pages
88

99
on:
1010
push:
11-
branches: ["testing"]
11+
branches: ["main"]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
@@ -59,4 +59,4 @@ jobs:
5959
steps:
6060
- name: Deploy to GitHub Pages
6161
id: deployment
62-
uses: actions/deploy-pages@v4
62+
uses: actions/deploy-pages@v4

.github/workflows/ci.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)