Skip to content

Commit

Permalink
Fix GitHub pages wf
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Nov 13, 2023
1 parent f1a6ab0 commit f17de1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
name: functional-summary
- name: Inject Functional JSON into site
run: |
sed -i $'/FUNCTIONAL_SUMMARY_JSON/ { r build/reports/creek/functional-summary.json\nd }' docs/_docs/*
cat build/reports/creek/per-draft.md >> "docs/_docs/2. functional.md"
sed -i $'/FUNCTIONAL_SUMMARY_JSON/ { r functional-summary.json\nd }' docs/_docs/*
cat per-draft.md >> "docs/_docs/2. functional.md"
- name: Build with Jekyll
# Outputs to the './docs/_site' directory by default
run: (cd docs && bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}")
Expand Down

0 comments on commit f17de1f

Please sign in to comment.