Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill authored Oct 12, 2023
1 parent 4cd70d9 commit 0dd1600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
path: gh-pages
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true
- run: |
git checkout gh-pages
cd demo
bundle update
bundle exec jekyll build -d ../docs
Expand Down

0 comments on commit 0dd1600

Please sign in to comment.