fix(ci): correct path for renders
This commit is contained in:
4
.github/scripts/files/examples.yml
vendored
4
.github/scripts/files/examples.yml
vendored
@@ -42,8 +42,8 @@ jobs:
|
||||
- name: Screenshot markdown example
|
||||
if: ${{ success() || failure() }}
|
||||
run: |
|
||||
node /metrics/.github/scripts/markdown_example.mjs
|
||||
mv metrics.markdown.png /
|
||||
docker run --entrypoint="" --volume=/tmp:/tmp ghcr.io/lowlighter/metrics:master node /metrics/.github/scripts/markdown_example.mjs
|
||||
sudo mv /tmp/metrics.markdown.png /metrics_renders/
|
||||
- name: Publish examples
|
||||
if: ${{ success() || failure() }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user