Skip to content

Commit

Permalink
docker runner won't respect working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
metazool committed Sep 1, 2024
1 parent 7c77d61 commit 0452a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pandoc_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@ on:
push:
paths: "team/talks/**"

defaults:
run:
working-directory: ./team/talks

jobs:
convert_via_pandoc:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: docker://pandoc/latex:2.9
with:
args: -s --dpi=300 --slide-level 2 --toc --listings --shift-heading-level=0 --columns=50 -t beamer 100_days.md -o 100_days.pdf
args: -s --dpi=300 --slide-level 2 --toc --listings --shift-heading-level=0 --columns=50 -t beamer team/talks/100_days.md -o 100_days.pdf

- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion team/talks/100_days.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ _the 'who I am when I'm not working' approach_

## Learning from other RSE cultures
* Many groups have "handbooks" of common patterns
* Not looking for one standard, but lots more examples!
* Not looking for one standard, but more examples!
* How many RSE groups' needs are the same?

["Getting Started with the RSE Movement within your Organization: A Guide for Individuals"](https://zenodo.org/records/10436166)
Expand Down

0 comments on commit 0452a73

Please sign in to comment.