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 df58461 commit 5c4d610Copy full SHA for 5c4d610
.github/workflows/docs_preview_delete.yaml
@@ -11,4 +11,4 @@ jobs:
11
steps:
12
- name: delete-preview
13
run: |
14
- curl --fail -X DELETE -H "Authorization: Bearer ${{ secrets.UPLOAD_TOKEN }}" https://docs.tds.cscs.ch/upload?path={{ github.event.pull_request.number }}
+ curl --fail -X DELETE -H "Authorization: Bearer ${{ secrets.UPLOAD_TOKEN }}" https://docs.tds.cscs.ch/upload?path=${{ github.event.pull_request.number }}
0 commit comments