We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9dc74 commit e71a700Copy full SHA for e71a700
1 file changed
.github/workflows/deploy_docs_v2.yml
@@ -84,7 +84,7 @@ jobs:
84
aws s3api put-object --bucket ${BUCKET} --key main/index.html --body .github/workflows/resources/empty.html --content-type text/html --metadata pointer=${RUN}
85
86
- name: Tag old versions for cleanup
87
- uses: tinymce/tinymce-docs-cleanup-action@v0.1
+ uses: tinymce/tinymce-docs-cleanup-action@v1.0
88
with:
89
bucket: ${{ env.BUCKET }}
90
folder: main
0 commit comments