Skip to content

Commit

Permalink
Do we need this?
Browse files Browse the repository at this point in the history
  • Loading branch information
itspriddle committed Mar 3, 2024
1 parent 06a3ecd commit 896f5b1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ jobs:
with:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- name: Clone target branch
run: |
REMOTE_BRANCH="${REMOTE_BRANCH:-gh-pages}"
REMOTE_REPO="https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git"
echo "Publishing to ${GITHUB_REPOSITORY} on branch ${REMOTE_BRANCH}"
rm -rf _site/
git clone --depth=1 --branch="${REMOTE_BRANCH}" --single-branch --no-checkout \
"${REMOTE_REPO}" _site/
- name: Build site
run: bundle exec jekyll build --destination _site --verbose --trace
env:
Expand Down

0 comments on commit 896f5b1

Please sign in to comment.