We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4318a22 commit 21b0a8dCopy full SHA for 21b0a8d
.github/workflows/pages.yml renamed to .github/workflows/build-and-deploy-jekyll-site.yml
@@ -8,7 +8,7 @@ name: Deploy Jekyll site to Pages
8
9
on:
10
push:
11
- branches: ["testing"]
+ branches: ["main"]
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
@@ -59,4 +59,4 @@ jobs:
59
steps:
60
- name: Deploy to GitHub Pages
61
id: deployment
62
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
.github/workflows/ci.yml
0 commit comments