Skip to content

Commit

Permalink
fig
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosell authored Dec 28, 2023
1 parent f31a491 commit cae0746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: docker build -t my-image-name .
- run: docker run --rm --name my_pipeline_container -v /github/workspace/fig/:/home/graphs/:rw my-image-name
- run: docker run --rm --name my_pipeline_container -v /github/workspace/fig/:/home/fig/:rw my-image-name
- uses: actions/upload-artifact@v3
with:
name: my-figures
Expand Down

0 comments on commit cae0746

Please sign in to comment.