Skip to content

Commit 1c0cbca

Browse files
committed
switch to push on gh-pages branch
1 parent 05be100 commit 1c0cbca

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/jekyll-github-pages.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Build and Deploy a Jekyll Site to GitHub Pages
77
on:
88
push:
99
branches:
10-
- main
10+
- gh-pages
1111

1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
@@ -47,11 +47,6 @@ jobs:
4747
# uses: limjh16/jekyll-action-ts@v2
4848
# with:
4949
# enable_cache: true
50-
51-
- name: Install dependencies
52-
run: |
53-
gem install bundler
54-
bundle install
5550

5651
- name: Build Jekyll site
5752
run: bundle exec jekyll build

0 commit comments

Comments
 (0)