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 7c4aa0e commit 985d3e3Copy full SHA for 985d3e3
.github/workflows/deploy-develop.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Push Zip To Server
28
run: |
29
curl --request POST \
30
- --url https://docs.alphaTab.net/deploy-zip.php \
+ --url https://docs-deploy.alphaTab.net/ \
31
--header 'authorization: Bearer ${{ secrets.DEPLOY_TOKEN }}' \
32
--header 'branch: next' \
33
-F 'website=@./website.zip' \
.github/workflows/deploy-main.yml
@@ -28,7 +28,7 @@ jobs:
--header 'branch: website' \
34
0 commit comments