Skip to content

Commit

Permalink
Test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant-Archibald-MS committed Nov 16, 2024
1 parent ad5eb95 commit 2e11c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
cd site
bundle install
bundle exec jekyll build
bundle exec jekyll build --source site --destination site/_site
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit 2e11c55

Please sign in to comment.