We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f117b0 commit 0470b86Copy full SHA for 0470b86
1 file changed
.github/workflows/stage-3-build.yaml
@@ -33,17 +33,6 @@ on:
33
type: string
34
35
jobs:
36
- artefact-jekyll-docs:
37
- name: "Build Docs"
38
- runs-on: ubuntu-latest
39
- timeout-minutes: 3
40
- steps:
41
- - name: "Checkout code"
42
- uses: actions/checkout@v4
43
- - name: "Build docs"
44
- uses: ./.github/actions/build-docs
45
- with:
46
- version: "${{ inputs.version }}"
47
artefact-1:
48
name: "Artefact 1"
49
runs-on: ubuntu-latest
0 commit comments