Skip to content

Commit 67bfaf6

Browse files
committed
Update slidefactory
1 parent 8fa2c26 commit 67bfaf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
timeout-minutes: 30
2626
runs-on: ubuntu-latest
2727
container:
28-
image: ghcr.io/csc-training/slidefactory:3.2.0-beta.1
28+
image: ghcr.io/csc-training/slidefactory:3.3.0
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v4
@@ -35,6 +35,7 @@ jobs:
3535
- name: Build slides
3636
env:
3737
INCLUDE_PDF: ${{ inputs.include_pdf }}
38+
shell: bash
3839
run: |
3940
git config --global --add safe.directory $PWD
4041
GIT_SHORT_SHA=$(git rev-parse --short $GITHUB_SHA)

0 commit comments

Comments
 (0)