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 44d5e3b commit d46b40c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ jobs:
cd site
bundle install
bundle exec jekyll build
cat examples/index.md
env:
JEKYLL_ENV: production
- name: Verify examples and discussion folders
run: |
ls -la site/examples
ls -la site/discussion
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit d46b40c

Please sign in to comment.