Skip to content

Commit

Permalink
fix: Adjust links in generated intergration gh page
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmunday committed Mar 16, 2024
1 parent 639bdca commit c61dfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cp tests/unit/README.md pages/tests/unit/index.md
cp tests/integration/README.md pages/tests/integration/index.md
cp tests/integration/docker-slurm/README.md pages/tests/integration/docker-slurm/index.md
sed -i 's#../../#https://github.com/neilmunday/slurm-mail/#g' pages/tests/integration/index.md
sed -i 's#../../#https://github.com/neilmunday/slurm-mail/blob/main/#g' pages/tests/integration/index.md
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Build with Jekyll
Expand Down

0 comments on commit c61dfa0

Please sign in to comment.