We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b0073 commit c9ba320Copy full SHA for c9ba320
.github/workflows/release.yml
@@ -36,6 +36,7 @@ jobs:
36
release-lambda:
37
runs-on: ubuntu-latest
38
steps:
39
+ - uses: actions/checkout@v4
40
- name: Amazon Linux 2023 build
41
run: |
42
docker build . -t publish-links-index:latest -f src/infra/docs-lambda-index-publisher/lambda.DockerFile
0 commit comments