Skip to content

Commit

Permalink
ci: only print response headers from docs webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Nov 25, 2023
1 parent 1611c1d commit 97cbda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- run: pnpm docs:build
- run: docker build docs/.vitepress -t ${{ secrets.DOCKER_REGISTRY_HOSTNAME }}/wxt/docs:${{ github.event.inputs.tag || 'latest' }}
- run: docker push ${{ secrets.DOCKER_REGISTRY_HOSTNAME }}/wxt/docs:${{ github.event.inputs.tag || 'latest' }}
- run: curl -X POST -v ${{ secrets.UPDATE_DOCS_WEBHOOK }}
- run: curl -X POST -i ${{ secrets.UPDATE_DOCS_WEBHOOK }}

0 comments on commit 97cbda3

Please sign in to comment.