Skip to content

Commit

Permalink
fix docs gen ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilliamboswell committed Jan 8, 2024
1 parent 90c9728 commit a43ff34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
roc-version: nightly
- name: Generate docs
run: roc docs package/main.roc
run: roc docs platform/main.roc
- name: Fix absolute paths
run: |
find generated-docs/ -type f -name '*.html' -exec sed -i "s/\(href\|src\)=\"\//\1=\"\/${{ github.event.repository.name }}\//g" {} +
Expand Down

0 comments on commit a43ff34

Please sign in to comment.