chore: Trigger docs upgrade via webhook

This commit is contained in:
Aaron Klinker
2023-11-25 14:45:41 -06:00
parent e2997a43e0
commit 742b99657a
+1
View File
@@ -21,3 +21,4 @@ jobs:
- run: pnpm docs:build
- run: docker build docs/.vitepress -t ${{ secrets.DOCKER_REGISTRY_HOSTNAME }}/wxt/docs:${{ github.event.inputs.tag }}
- run: docker push ${{ secrets.DOCKER_REGISTRY_HOSTNAME }}/wxt/docs:${{ github.event.inputs.tag }}
- run: curl -X POST ${{ secrets.UPDATE_DOCS_WEBHOOK }}