We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa2c26 commit 67bfaf6Copy full SHA for 67bfaf6
.github/workflows/pages.yml
@@ -25,7 +25,7 @@ jobs:
25
timeout-minutes: 30
26
runs-on: ubuntu-latest
27
container:
28
- image: ghcr.io/csc-training/slidefactory:3.2.0-beta.1
+ image: ghcr.io/csc-training/slidefactory:3.3.0
29
steps:
30
- name: Checkout
31
uses: actions/checkout@v4
@@ -35,6 +35,7 @@ jobs:
35
- name: Build slides
36
env:
37
INCLUDE_PDF: ${{ inputs.include_pdf }}
38
+ shell: bash
39
run: |
40
git config --global --add safe.directory $PWD
41
GIT_SHORT_SHA=$(git rev-parse --short $GITHUB_SHA)
0 commit comments